Structured Query Language

123456789101112131415
Across
  1. 5. signifies an unknown value
  2. 7. in the select clause this denotes "all attributes"
  3. 8. allows users to insert, delete and modify tables
  4. 9. small integer
  5. 11. one of the logical connectives that can be used for comparison results
  6. 13. a clause that specifies conditions that the result must satisfy
  7. 14. clause lists the attributes desired in the result of a query
  8. 15. it specify the sort in ascending order (order by)
Down
  1. 1. a finite subset of the integers that is machine-dependent
  2. 2. floating point number
  3. 3. fixed length character string
  4. 4. a clause list the relations involved in the query
  5. 6. fixed point number
  6. 7. a clause in SQL that allows renaming relations and attributes
  7. 10. an operator that uses patterns to describe two special characters
  8. 12. it specify the sort in descending order (order by)