Oracle

1234567891011121314
Across
  1. 2. Queries Fetching data from multiple tables
  2. 5. Unique identifier
  3. 6. Table joining with itself
  4. 8. Eliminate partial dependency
  5. 10. Count the number of not null entries in the column
  6. 12. Cartesian product
  7. 13. Returns Boolean TRUE/FALSE
Down
  1. 1. Alias names given for database objects
  2. 3. Scalar function which gives a default value if the column holds a NULL Value
  3. 4. Filters aggregated data
  4. 6. Nesting one query within another
  5. 7. A select query in the from clause
  6. 9. Scalar function to implement if else construct in Oracle SQL
  7. 11. Logical structures
  8. 14. Multi value suqbquery