Exam 4: Relational Data Retrieval: SQL

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

The tables used in a SELECT command are listed in the FROM clause.

(True/False)
4.8/5
(35)

When tables are to be joined in an SQL SELECT statement, the join attributes from each table are set equal to each other in the FROM clause.

(True/False)
4.9/5
(29)

In an SQL SELECT command, a SELECT clause with several attributes and the absence of a WHERE clause indicates a(n) ____.

(Multiple Choice)
4.9/5
(30)

All of the standard comparison operators can be use in the SQL SELECT command WHERE clause.

(True/False)
4.8/5
(41)

The SQL command to delete a table is DELETE TABLE.

(True/False)
4.8/5
(30)

A subquery can be used in place of a(n) ____.

(Multiple Choice)
4.7/5
(39)

The SQL SELECT GROUP BY clause is designed to ____.

(Multiple Choice)
4.8/5
(37)

All of the following are true regarding a join operation in an SQL SELECT command, except ____.

(Multiple Choice)
4.8/5
(35)

The OR operator in the SQL SELECT command WHERE clause means one or the other, but not both.

(True/False)
4.7/5
(48)

A plan for the steps to take to respond to a relational query is called a(n) ____.

(Multiple Choice)
4.8/5
(38)

The only way to retrieve all of the fields of a table with an SQL SELECT command is to list them all in the SELECT clause.

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

Filters

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