Exam 5: Multiple-Table Queries

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

To retrieve data from multiple tables in a query you can use the ____ operator with a subquery.​

(Multiple Choice)
4.9/5
(35)

In small databases,there is a significant time difference between different query approaches.

(True/False)
4.9/5
(35)

You can join tables by using a condition in the WHERE clause.

(True/False)
4.8/5
(37)

Oracle supports the INTERSECT operator.

(True/False)
4.8/5
(37)

One reason for using an alias is simplicity.

(True/False)
4.8/5
(43)

Sometimes you need to list all the rows from one of the tables in a join,regardless of whether they match any rows in the other table.This type of join is called a(n)____________________ join.​

(Short Answer)
4.7/5
(36)

Why do you use the ANY and ALL operators? What is the difference between the two operators?​

(Essay)
4.8/5
(35)

You can use the ALL and ANY operators with subqueries to produce a single column of numbers.

(True/False)
4.9/5
(30)

To produce the same results as the MINUS operator,use NOT,the IN operator and a subquery.

(True/False)
4.9/5
(30)

When joining tables,it is always necessary to qualify a column name.

(True/False)
4.8/5
(34)

To relate two tables,in the FROM clause list all columns involved in the query.

(True/False)
4.8/5
(37)

When the innermost subquery is evaluated,a permanent table is produced.

(True/False)
4.8/5
(28)

The ____ of two tables is the set of all rows that are in the first table but that are not in the second table.​

(Multiple Choice)
4.9/5
(40)

SQL Server does not support the MINUS operator.

(True/False)
4.8/5
(34)

Table A has 10 rows and table B has 7 rows.The product of Table A and Table B would have 70 rows.

(True/False)
4.9/5
(34)
Showing 61 - 75 of 75
close modal

Filters

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