Exam 5: Multiple Table Queries

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

When is it necessary to qualify a column name while joining tables in MySQL?

(Multiple Choice)
4.9/5
(44)

Which statement about nested queries in SQL is FALSE?

(Multiple Choice)
4.9/5
(40)

There are three set operations: union, intersection, and difference. Define each of these operations. Which are supported by Oracle?

(Essay)
4.9/5
(44)

You can join tables by using a condition in the _____.

(Multiple Choice)
4.9/5
(42)

The product of two tables is formally called the _____.

(Multiple Choice)
4.9/5
(53)

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(37)

When tables are listed in the FROM clause of an SQL query, you can give them alternate names, also known as _____.

(Multiple Choice)
4.9/5
(34)

When a query includes the clause FROM CLIENT A, CLIENT B, SQL will _____.

(Multiple Choice)
4.8/5
(39)

Describe the types of outer joins.

(Essay)
4.8/5
(40)

Suppose you have an ADDRESS_BOOK table containing the first and last names, addresses, and birthdays of many people you know. How can you write a query to display the names of pairs of your acquaintances who have the same birthday?

(Multiple Choice)
4.8/5
(36)

A condition is true if it satisfies any value (one or more) produced by a subquery that is preceded by the _____.

(Multiple Choice)
4.9/5
(25)

In which type of join will all rows from the table listed second in the query be included regardless of whether they match rows from the table listed first in the query?

(Multiple Choice)
4.8/5
(30)

One use case for an alias is a query that joins a table to itself, known as a(n) _____.

(Multiple Choice)
4.9/5
(33)
Showing 21 - 34 of 34
close modal

Filters

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