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