Exam 5: Multiple-Table Queries

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

MySQL performs many built-in ____________________ that analyze queries to determine the best way to satisfy them.

(Short Answer)
4.7/5
(37)

The ____________________ of two tables is a table containing all rows that are in both tables.

(Short Answer)
4.7/5
(35)

Two tables are ____ compatible if they have the same number of columns and if their corresponding columns have identical data types and lengths.

(Multiple Choice)
4.9/5
(34)

Joining a table to itself, is called a(n)____________________.

(Short Answer)
4.9/5
(33)

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

(True/False)
4.7/5
(39)

If you had two separate tables for customers and the query requested customers in the first table having the same city as customers in the second table, you could use a normal ____________________ operation to find the answer.

(Short Answer)
4.8/5
(37)

You can use MySQL to create a nested subquery.

(True/False)
4.8/5
(32)

For two tables to be union compatible, the columns of the two tables must be identical.

(True/False)
4.8/5
(34)

In a full outer join, all rows from both tables will be included regardless of whether they match rows from the other table.

(True/False)
4.9/5
(41)

You can perform special operations within SQL.

(True/False)
4.7/5
(43)

When a subquery involves a table listed in the outer query, the subquery is called a(n)____ subquery.

(Multiple Choice)
4.8/5
(40)

You can join three tables together but not four tables.

(True/False)
4.9/5
(43)

To produce the same results as the INTERSECT operator, use the BETWEEN operator and a subquery.

(True/False)
4.7/5
(32)

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

(True/False)
4.8/5
(37)

The ____________________ of two tables is a table containing every row that is in either the first table, the second table, or both tables.

(Short Answer)
4.8/5
(36)
Showing 61 - 75 of 75
close modal

Filters

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