Across
- 2. this statement is used to query data from database
- 4. the join of two tables returning matched rows as well as unmatched rows from left or right table.
- 6. the join of two tables returning only matched rows.
Down
- 1. the join of two tables returning matched rows as well as unmatched rows from right table.
- 3. the join of two tables returning matched rows as well as unmatched rows from left table.
- 5. Displaying data from multiple tables.
