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