English, asked by pushpavanaparthi704, 1 month ago

Which command is used to merge values from two different tables in sql

Answers

Answered by Anonymous
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