SQL SELECT Puzzle

1234567891011121314
Across
  1. 1. Structured Query Language
  2. 3. Name used to label a column heading in the output of a query
  3. 5. Logical operator used when no condition has to be met
  4. 8. Logical operator used when only one condition has to be met
  5. 9. Filters the rows of data based on provided criteria
  6. 11. Sorts the final query result rows in ascending or descending order based on the values of one or more attributes
  7. 13. Specifies the table(s) from which the data will be retrieved
  8. 14. clause used to link two tables in an SQL query
Down
  1. 1. Specifies the attributes to be returned by the query
  2. 2. Keyword used to create an alias
  3. 4. logical operator used when all conditions are to be met
  4. 6. returns only rows matching the join condition, but also the rows with unmatched values
  5. 7. Groups the rows of data into collections based on sharing the same values in one or more attributes
  6. 9. A symbol that cab be used as a general substitute for other characters or commands
  7. 10. performs a relational/cartesian product
  8. 12. clause that produces a list of only those values that are different from one another