Exam 9: Joining Data From Multiple Tables

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A(n)non-equality join is used when there are no equivalent rows of data in the tables that are being joined._________________________​

(True/False)
4.7/5
(41)

A(n)non-equality join is when a table is joined to itself._________________________​

(True/False)
4.7/5
(39)

A(n)non-equality join is also known as an equijoin,inner join,or simple join._________________________​

(True/False)
4.7/5
(30)

A full outer join can be created by including an outer join operator on both sides of the linking condition stated in the WHERE clause.​

(True/False)
4.8/5
(32)

  ​ Structure of the ORDERS table    Structure of the CUSTOMERS table ​ -​Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003? ​ Structure of the ORDERS table   ​ Structure of the ORDERS table    Structure of the CUSTOMERS table ​ -​Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003? Structure of the CUSTOMERS table ​ -​Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003?

(Multiple Choice)
4.9/5
(30)

A Cartesian join usually results from the user omitting the joining condition that links two or more tables together.​

(True/False)
4.8/5
(40)

The ____________________ keywords create a join automatically between two tables,based on columns with matching names.

(Short Answer)
4.7/5
(21)

The JOIN keyword is included in which of the following clauses?​

(Multiple Choice)
4.9/5
(42)

A table alias cannot be assigned in the FROM clause if which of the following keywords is used to join tables?​

(Multiple Choice)
4.7/5
(32)

A(n)Cartesian Join replicates each row from the first table with every row from the second table._________________________​

(True/False)
4.9/5
(30)

​A table alias can consist of a maximum of ____ characters.

(Multiple Choice)
4.8/5
(41)

A column qualifier indicates the column containing the data being referenced._________________________​

(True/False)
4.8/5
(41)

​In which of the following examples is the ORDERS table used as a column qualifier?

(Multiple Choice)
4.9/5
(28)

​A(n)____ is used to combine the results of two queries.

(Multiple Choice)
4.9/5
(40)

  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? Structure of the BOOKS table   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? 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?

(Multiple Choice)
4.8/5
(39)

A cross join between two tables,containing four rows each,will display eight rows in its output._________________________​

(True/False)
4.9/5
(36)

​The outer join operator is placed on the side of the joining condition that has ____________________ rows.

(Short Answer)
4.9/5
(34)

Explain the difference between an inner join and an outer join.

(Essay)
4.8/5
(34)

A table alias is assigned to a table in the WHERE clause.​

(True/False)
4.7/5
(33)

If you are attempting to join two tables that have multiple common columns,which of the following JOIN keywords should be used to specify how the tables should be linked?​

(Multiple Choice)
5.0/5
(33)
Showing 81 - 100 of 119
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)