Sample Questions of OSS-DB Exam Silver "General Knowledge"
Standardization of SQL is promoted by ANSI and ISO.
There are parts where SQL is uniquely extended by the database management system.
PostgreSQL cannot be sold in commercial systems. Instead of shipping PostgreSQL with your system, it must be installed separately.
If you have a written license agreement with the PostgreSQL global development team that owns the copyright in PostgreSQL, you can sell it according to that agreement.
It can be sold on the condition that a certain amount based on the sales of the system is delivered to the PostgreSQL global development team.
If the copyright notice is properly made, it can be sold.
There are no restrictions on the use or sale of PostgreSQL, so you are free to sell it without any special precautions.
Since the dates have duplicates, such as 2/1 appearing three times, they are separated into a different table.
Separate the customers into a different table because they appear repeatedly.
If we know the customer name, we know the customer location, so we separate this combination into a different table.
Since Yodobashi and Nojima have duplicated locations, the locations are separated into a different table.
Separate the combination of items and quantities into a different table.
Minor updates are typically released once a year.
Minor updates are typically released every three months.
The support period is five years from the release of each major version.
The support period is 10 years from the release of each major version.
The support period is five years from the release of each minor update.
The first number is the major version, the second is the minor version, and the third is the patch version. Starting with version 10, patch versions are no longer indicated.
The first and second numbers together are the major version, and the third number is the minor version. Since version 10, minor versions are no longer indicated.
Up to version 9, the first two numbers are the major version, and after version 10, the first number is the major version. The last number is the minor version for all versions.
If the major versions are the same, the files that make up the database are compatible, but if they are different, they are incompatible and require database conversion during the upgrade.
Regardless of the version, if the version numbers are different, the files that make up the database are incompatible, and conversion of the database is required during the upgrade.
© EDUCO All Rights Reserved.