Filters
Question type

Study Flashcards

A table alias can be assigned in the FROM clause,even when tables are being joined using the NATURAL JOIN keywords.​

A) True
B) False

Correct Answer

verifed

verified

An inequality join refers to a join that is used to link a table to a copy of itself.​

A) True
B) False

Correct Answer

verifed

verified

A table alias can have a maximum of ____________________ characters.​

Correct Answer

verifed

verified

The number of joining conditions required to join tables is always one less than the number of tables being joined.​

A) True
B) False

Correct Answer

verifed

verified

​When two tables that share more than one common column are being joined,the JOIN...____________________ keywords are normally used in the FROM clause to join the tables.

Correct Answer

verifed

verified

A(n)____________________ join is required when a table must be joined to itself.

Correct Answer

verifed

verified

Which of the following set operators will display only the unique results of the combined SQL statements?​


A) ​UNION
B) ​UNION ALL
C) ​INTERSECT
D) ​MINUS

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

A(n)____________________ is an alternate name temporarily assigned to a table.​

Correct Answer

verifed

verified

By default,the JOIN keyword creates an inner join._________________________

A) True
B) False

Correct Answer

verifed

verified

​Data stored in multiple tables can be combined through the use of an ORDER BY clause.

A) True
B) False

Correct Answer

verifed

verified

The ____________________ set operator is used to display the combined results returned by multiple SELECT statements.

Correct Answer

verifed

verified

If a Cartesian join is used to link table A which contains two rows to table B which contains eight rows,there will be sixteen rows in the results.​

A) True
B) False

Correct Answer

verifed

verified

Using the JOIN...____________________ keywords to join two tables requires that a condition be specified to indicate how the tables are related.

Correct Answer

verifed

verified

The UNION set operator will not suppress rows that are returned by both queries.​

A) True
B) False

Correct Answer

verifed

verified

If a table alias is assigned in the SELECT clause,it must be used any time the table is referenced in that SQL statement._________________________​

A) True
B) False

Correct Answer

verifed

verified

The outer join operator can only be used in the ____________________ clause.

Correct Answer

verifed

verified

​A join based upon a column from each table containing equivalent data is known as a(n) ____.


A) ​inequality join
B) ​outer join
C) ​equality join
D) ​all of the above

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Set operators are used to combine the results of multiple queries.​

A) True
B) False

Correct Answer

verifed

verified

If the first table in a Cartesian join has five rows and the second table has three rows,the results will consist of ____________________ rows.​

Correct Answer

verifed

verified

Showing 101 - 119 of 119

Related Exams

Show Answer