SQL

1234567891011121314
Across
  1. 3. A temporary result not stored as an object and lasts only for the duration of the query
  2. 4. Retrieve specific information from a table excluding other irrelevant data
  3. 6. An aggregate function returns average of values
  4. 10. Returns the first non-null expression among its arguments
  5. 12. Most commonly used SQL command
  6. 14. Returns a null value if the two specified expressions are equal
Down
  1. 1. Keyword used to retrieve records without duplication
  2. 2. A mathematical function that returns the absolute value of a number
  3. 5. A statement used to run the stored procedure
  4. 7. Summarizes the result set using aggregate functions
  5. 8. A temporary intra query substitute for a table name or column name
  6. 9. A constraint which is used to limit the value range
  7. 11. Select query within another select query
  8. 13. Specifies a subquery to test for the existence of rows