SQL Crossword

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