Across
- 4. Eliminating modification anomalies is a(n) ________ of normalization.
- 5. __________ command sorts rows in SQL
- 6. To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included.
- 7. ON UPDATE CASCADE ensures _____________
- 8. The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID
- 10. A functional dependency is a relationship between or among
- 11. The SQL statement that queries or reads data from a table is ________ .
Down
- 1. For some relations, changing the data can have undesirable consequences called
- 2. The identifier of an entity will become the ________ of the new table.
- 3. A virtual table that can be accessed via SQL commands
- 9. The result of a SQL SELECT statement is a(n) ________
