Exam 4: Relational Data Retrieval: SQL

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

In the SQL SELECT command, the search arguments that limit the rows involved in the query are specified in the ____ clause.

(Multiple Choice)
4.9/5
(35)

If several AND and OR operators appear in an SQL SELECT command WHERE clause and they are not separated by parentheses, all of the OR operations will be performed before any of the AND operations.

(True/False)
4.8/5
(47)

When an SQL SELECT command has a subquery within it ____.

(Multiple Choice)
4.8/5
(32)

A basic SQL SELECT command is capable of retrieving a single column value from a single row of a table.

(True/False)
4.8/5
(39)

The ORDER BY operator in the SQL SELECT command orders a query result's output rows by a set of attribute values.

(True/False)
5.0/5
(30)

The DISTINCT operator in the SQL SELECT command removes duplicate rows from a query result.

(True/False)
4.9/5
(33)

SQL incorporates features of both a data definition language and a data manipulation language.

(True/False)
4.9/5
(29)

A subset of the columns and/or rows of a table is called a ____.

(Multiple Choice)
4.7/5
(40)

Only two tables can be joined in an SQL SELECT statement.

(True/False)
4.7/5
(36)

Once a GROUP BY clause in an SQL SELECT command groups together rows based on common attribute values, a built-in function can produce a result for each group.

(True/False)
4.8/5
(37)

SQL has commands that are capable of creating and dropping indexes on relational tables.

(True/False)
4.7/5
(44)

The LIKE operator in the SQL SELECT command WHERE clause allows the use of wildcards to substitute for character strings.

(True/False)
4.9/5
(36)

Typing SQL SELECT commands in at a keyboard and sending them directly to the relational DBMS for processing is referred to as ____.

(Multiple Choice)
4.8/5
(38)

All of the following are true about the use of AND and OR operators in an SQL SELECT command, except ____.

(Multiple Choice)
4.8/5
(38)

A relational query optimizer optimizes ____.

(Multiple Choice)
5.0/5
(37)

The SQL SELECT command is capable of executing ____.

(Multiple Choice)
4.9/5
(33)

In the SQL SELECT command embedded mode, the user types the command at a workstation and presses the Enter key. The command goes directly to the relational DBMS, which evaluates the query and processes it against the database.

(True/False)
4.8/5
(41)

A data definition language (DDL) ____.

(Multiple Choice)
4.9/5
(34)

In a relational database, a logical view ____.

(Multiple Choice)
5.0/5
(29)

In the SQL SELECT command, the attributes to be retrieved are specified in the ____ clause.

(Multiple Choice)
4.8/5
(34)
Showing 21 - 40 of 71
close modal

Filters

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