MCQs > IT & Programming > MySQL > What will be returned? SELECT column_name FROM table1 LEFT JOIN table2 ON table1.column_name=table2.column_name;

MySQL MCQs

What will be returned? SELECT column_name FROM table1 LEFT JOIN table2 ON table1.column_name=table2.column_name;

Answer

Correct Answer: All rows from table1, with the matching rows in the table2.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it