熟悉傳統數據庫概念及 SQL

1. Each record in the products table has a product ID, a product name and a price. How to calculate the numbers of products whose prices are greater than $100?

2. Which of the following is the best description for a database?

3. Which of the following is a collection of data items organized as a set of formally described tables from which data can be accessed or reassembled in many different ways, without having to reorganize the table?

4. Which of the following may be a valid SQL statement?

5. Which of the following may be a valid SQL statement?

6. How to create a table?

7. In most databases, data are organized and stored in:

8. In creating a database, this is the process of organizing it into tables in such a way that the results of using the database are always unambiguous.

9. Each record in the products table has a product ID, a product name and a price. How to double the prices of all products?

10. Typically where is a database is stored?