Question

    What does the SQL keyword "JOIN" do?

    A Combines rows from different tables based on a related column between them Correct Answer Incorrect Answer
    B Filters records based on a specific condition Correct Answer Incorrect Answer
    C Updates existing data in a database table Correct Answer Incorrect Answer
    D Sorts the result set in ascending or descending order Correct Answer Incorrect Answer

    Solution

    Combines rows from different tables based on a related column between them

    Practice Next

    Relevant for Exams:

    ×
    ×