RDBMS

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