熟悉傳統數據庫概念及 SQL

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

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

3. How to create a table?

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

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

6. 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.

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

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

9. Which of the following is not a many-to-many relationship?

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