Database MCQS - QUESTION DETAILS

What is the purpose of the SQL LEFT JOIN clause?
A. Retrieve all rows from the left table
B. Retrieve rows that have no matching rows in the right table
C. Combine rows from two or more tables
D. Exclude specified rows

LEFT JOIN retrieves all rows from the left table, and the matched rows from the right table.

Similar Questions

What is the purpose of the SQL Server ISNULL() function?






In SQL Server, what is the purpose of the XML data type?






In SQL Server, what is the purpose of the TRIGGER?






Which MySQL statement is used to delete a database?






What is the purpose of the SQL Server CHARINDEX() function?






In SQL Server, what is the purpose of the SQL Server VARBINARY data type?






Which SQL function is used to find the highest value in a column?






Which MySQL command is used to retrieve the definition of a table?






What is the purpose of the SQL LIMIT clause?






Which SQL Server statement is used to remove a user's privileges?