Database Management System (111720201008)

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