RDBMS and Oracle SQL

123456789101112131415
Across
  1. 3. filters aggregated data
  2. 7. a select query in the from clause
  3. 10. Cartesian product
  4. 11. returns Boolean TRUE/FALSE
  5. 14. scalar function which gives a default value if the column holds a NULL Value
  6. 15. unique identifier
Down
  1. 1. scalar function to implement if else construct in Oracle SQL
  2. 2. queries Fetching data from multiple tables
  3. 4. count the number of not null entries in the column
  4. 5. eliminate partial dependency
  5. 6. Table joining with itself
  6. 8. Logical structures
  7. 9. multi value suqbquery
  8. 12. alias names given for database objects
  9. 13. nesting one query within another