| for RuBoard |
| 1: | Which of the following SQL commands enables you to create new entries in a database table?
|
| A1: | a. The INSERT command enables you to add new records to a database table. |
| 2: | Which portion of a SQL query is used to filter the number of records returned? |
| A2: | The WHERE portion of a SQL query uses an expression to filter the records returned by the query. |
| for RuBoard |