engineering computer science MCQ #1237

What is the purpose of a SQL join?

engineering computer science MCQ #1237

  1. Question 1

    Q1. What is the purpose of a SQL join?

    • A) To combine data from multiple tables
    • B) To filter data based on conditions
    • C) To sort data in ascending or descending order
    • D) To group data by categories

    Answer: To combine data from multiple tables

    Explanation: A SQL join is used to combine data from multiple tables based on a common column, allowing for more complex queries and data analysis.