Which command is used to merge values from two different tables in sql
Answers
Answered by
2
Use the JOIN command to combine data from two tables—the ON or USING keywords specify which columns link the tables. Regular JOIN returns only matching rows.
Similar questions