Database Crossword

1234567891011
Across
  1. 2. In which manner, the “Order by” clause of SQL lists data items by default?
  2. 3. A data dictionary is a repository that manages _____ .
  3. 4. The Select clause of SQL statement corresponds to which operation of relational algebra?
  4. 5. The attribute AGE is calculated from DATE_OF_BIRTH. The attribute AGE is _______ .
  5. 8. Which of the SQL commands is used to modify a column definition of a table?
  6. 9. Which keyword is used to show only unique value of a column in a SQL Query?
  7. 10. which command is used to give any kind of privileges on any relation to any user?
Down
  1. 1. Data Redundancy leads to data ________.
  2. 2. The descriptive property possessed by each entity set is _________ .
  3. 6. The result of a SQL query is a _______ itself.
  4. 7. Which clause is used to filter groups created by “Group by” clause in a SQL query?
  5. 11. Which keyword can be used to rename the field name/relation name in a sql query?