熟悉傳統數據庫概念及 SQL

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

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

3. 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?

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

5. Which of the following is a standard interactive and programming language for getting information from and updating a database?

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

7. Which of the following SQL statements is the correct one to copy rows from another tables?

8. Each record in the products table has a product ID and a product name. How to list the products sorted by their names?

9. Typically where is a database is stored?

10. Which of the following is suitable to use index?