Database SQL Crossword
Across
- 6. clause used in a query to group results
- 7. a virtual table
- 10. process used in designing database schema to reduce redundancies in data
- 11. DQL statement used to retrieve records from database
Down
- 1. clause used in a query to sort records
- 2. A query inside another query
- 3. the type of join used to join a table with itself
- 4. ddl command used to delete all rows but retains the structure of table
- 5. keyword used to eliminate duplicate records and fetching only unique records
- 8. clause used with group by to filter grouped results
- 9. sql pattern matching operator