SQL

1234567891011121314
Across
  1. 2. Removes selected rows from a table based on given criteria
  2. 6. Used to add new information as rows in an existing table
  3. 8. Allows modification of data that is already stored in a table
  4. 9. Eliminates duplicate values from the result set
  5. 11. Allows temporary renaming of a column or table in a query
  6. 13. Defines the location where the requested data is stored
  7. 14. Combines rows with similar values for data summarization
Down
  1. 1. Used to retrieve specific columns or data from a database
  2. 3. Applies conditions to already grouped results
  3. 4. Identifies extreme values within a set of data
  4. 5. Allows limiting the results by applying logical conditions
  5. 7. Controls the sequence in which query results are displayed
  6. 10. Calculates the total value of numeric data
  7. 11. Finds a representative value by averaging numeric data
  8. 12. Used to determine the number of rows that meet a condition