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