Across
- 3. _______ are used to retrieve data from multiple tables
- 5. _______ Join returns all rows from the left (first) table specified in the ON condition and only those rows from the right (second) table where the join condition is met.
Down
- 1. __________ function returns the minimum value of an expression
- 2. ________ is a query within a query
- 4. _________ is a JOIN operation that allows you to specify an explicit join ... You can specify the join clause by specifying ON with a boolean expression.
