sql

12345678910
Across
  1. 2. stores fixed length strings
  2. 5. used for returning unique values for a given attribute .
  3. 7. It is a query within another SQL query
  4. 9. used for setting relationship between attributes of same table/different table
  5. 10. used for specifying conditions based on values returned by aggregate functions
Down
  1. 1. used for returning multiple values
  2. 3. used for representing unknown values
  3. 4. operator used for pattern matching
  4. 6. It is used to limit the value range that can be placed in a column
  5. 8. used for extracting the data from multiple tables