Multiple Choice
In an SQL query of two tables,which SQL keyword indicates that we want data from all the rows of one table to be included in the result,even if the row does not correspond to any data in the other table?
A) LEFT JOIN
B) RIGHT JOIN
C) INCLUDE
D) Both A and B are correct
Correct Answer:

Verified
Correct Answer:
Verified
Q74: To exclude one or more values using
Q75: Briefly describe subqueries and joins.Explain when each
Q76: Based on the tables below,which of the
Q77: A nested SELECT statement (one that appears
Q78: The columns to be obtained by an
Q80: A database extracted from the operational database
Q81: SQL is a _.<br>A)data sublanguage<br>B)data manipulation language<br>C)data
Q82: The clause SELECT COUNT (*)results in a
Q83: The following database will be used in
Q84: What is SQL?