Q. What is the purpose of `JOIN` in MySQL?

  • (A) To split tables
  • (B) To combine rows from two or more tables
  • (C) To delete multiple rows
  • (D) To aggregate rows
πŸ’¬ Discuss
βœ… Correct Answer: (B) To combine rows from two or more tables
Explanation: `JOIN` is used to combine rows from two or more tables based on a related column.
Explanation by: Mr. Dubey
`JOIN` is used to combine rows from two or more tables based on a related column.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
94
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate