Multiple Choice
Suppose you have an ADDRESS_BOOK table containing the first and last names, addresses, and birthdays of many people you know. How can you write a query to display the names of pairs of your acquaintances who have the same birthday?
A) create a new set using ADDRESS_BOOK
B) perform an outer join on ADDRESS_BOOK
C) self-join ADDRESS_BOOK to itself
D) create a second BIRTHDAY table
Correct Answer:

Verified
Correct Answer:
Verified
Q24: You can join tables by using a
Q25: The product of two tables is formally
Q26: When a subquery involves a table listed
Q27: The _ of two tables is a
Q28: When tables are listed in the FROM
Q29: When a query includes the clause FROM
Q30: Describe the types of outer joins.
Q32: A condition is true if it satisfies
Q33: In which type of join will all
Q34: One use case for an alias is