SQL Crossword

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