Multiple Choice
Structure of the BOOKS table
Structure of the PUBLISHER table
-Which of the following SQL statements will display the title and cost of each book stored in the BOOKS table,as well as the name of the contact person and the phone number to call to reorder the book?
A) SELECT title,cost,contact,phone
FROM publisher,books;
B) SELECT title,cost,contact,phone
FROM publisher JOIN books
USING (pubid) ;
C) SELECT title,cost,contact,phone
FROM publisher JOIN books
USING (isbn) ;
D) SELECT title,cost,contact,phone
FROM publisher JOIN books
USING (contact) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q90: A(n)<u>Cartesian Join</u> replicates each row from the
Q91: A table alias can consist of a
Q92: A column qualifier indicates the <u>column </u>containing
Q93: In which of the following examples is
Q94: A(n)_ is used to combine the results
Q96: A cross join between two tables,containing four
Q97: The outer join operator is placed on
Q98: Explain the difference between an inner join
Q99: A table alias is assigned to a
Q100: If you are attempting to join two