_______ is a SQL command used to retrieve data from multiple tables simultaneously based on a specified condition.

  • GROUP BY
  • JOIN
  • MERGE
  • UNION
The JOIN command in SQL is used to retrieve data from multiple tables simultaneously based on a specified condition. It combines rows from two or more tables based on a related column.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *