Across
- 3. process used to retrive records from database
- 5. clause used in a query to group results
- 6. keyword used to eliminate duplicate records and fetching only unique records
- 8. DQL statement used to retrive records from database
- 10. clause used in a query to sort records
Down
- 1. the type of join used to join a table with itself
- 2. clause used with group by to filtered group results
- 4. ddl command used to delete all rows but retains the structure of the table
- 7. a query inside another query
- 9. sql pattern matching operator
