Exam 7: Advanced SQL

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

The most commonly used form of join operation is the:

(Multiple Choice)
4.7/5
(39)

________ and ________ are very powerful database objects because they are stored in the database and controlled by the DBMS.

(Short Answer)
5.0/5
(39)

EXISTS takes a value of false if the subquery returns an intermediate result set.

(True/False)
4.8/5
(35)

Transaction integrity commands are not used to identify whole units of database changes that must be completed in full for the database to retain integrity.

(True/False)
4.9/5
(43)

Triggers can be used to ensure referential integrity,enforce business rules,create audit trails,replicate tables,but cannot call other triggers.

(True/False)
4.8/5
(33)

Subqueries can only be used in the WHERE clause.

(True/False)
4.7/5
(32)

A procedure is run by calling it by its name.

(True/False)
4.8/5
(37)

When EXISTS or NOT EXISTS is used in a subquery,the select list of the subquery will usually just select all columns as a placeholder because it doesn't matter which columns are returned.

(True/False)
4.8/5
(27)

In order for two queries to be UNION-compatible,they must:

(Multiple Choice)
5.0/5
(34)

Dynamic SQL:

(Multiple Choice)
4.8/5
(37)

A new set of analytical functions added in SQL:200n are referred to as:

(Multiple Choice)
4.7/5
(30)

RANK and DENSE-RANK are examples of:

(Multiple Choice)
4.8/5
(32)

Extensions defined in SQL-99 that include the capability to create and drop modules of code stored in the database schema across user sessions are called:

(Multiple Choice)
4.8/5
(36)

________ differs from array because it can contain duplicates.

(Multiple Choice)
4.9/5
(34)

The three parts of triggers are the event,condition,and ________.

(Short Answer)
4.8/5
(27)

A transaction is the complete set of closely related update commands that must all be done,or none of them done,for the database to remain valid.

(True/False)
4.8/5
(25)

Embedded SQL consists of:

(Multiple Choice)
4.8/5
(31)

All of the following are new data types added in SQL:200n EXCEPT:

(Multiple Choice)
4.9/5
(34)

DBA_USERS contains comments on all tables in an Oracle database.

(True/False)
4.7/5
(32)

A type of join where a table is joined to itself is called a(n)________.

(Multiple Choice)
4.9/5
(30)
Showing 61 - 80 of 111
close modal

Filters

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