Exam 7: Advanced SQL

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

There is a special operation in SQL to join a table to itself.

(True/False)
4.7/5
(30)

MULTISET is similar to the table datatype.

(True/False)
4.9/5
(32)

SQL:200n allows one to calculate linear regressions,moving averages and correlations without moving the data outside of the database.

(True/False)
4.7/5
(42)

A join in which the joining condition is based on equality between values in the common columns is called a(n):

(Multiple Choice)
4.9/5
(33)

When is it better to use a subquery over using a join?

(Essay)
4.7/5
(41)

Establishing IF-THEN-ELSE logical processing within an SQL statement can now be accomplished by using the ________ keyword in a statement.

(Short Answer)
4.9/5
(43)

Persistent stored modules are extensions defined in SQL:1999 that include the capability to add and drop modules of code.

(True/False)
4.9/5
(35)

Explain how to combine queries using the UNION clause.

(Essay)
4.9/5
(37)

The UNION clause is used to combine the output from multiple queries into a single result table.

(True/False)
4.9/5
(37)

While triggers run automatically,________ do not and have to be called.

(Multiple Choice)
4.9/5
(34)

All of the following are guidelines for better query design EXCEPT:

(Multiple Choice)
4.7/5
(36)

Explicit commands to manage transactions are needed when:

(Multiple Choice)
4.7/5
(37)

Constraints are a special case of triggers.

(True/False)
4.8/5
(32)

A join that is based upon equality between values in two common columns with the same name and where one duplicate column has been removed is called a(n):

(Multiple Choice)
4.9/5
(46)

A function has only input parameters but can return multiple values.

(True/False)
4.9/5
(29)

User-defined transactions can improve system performance because:

(Multiple Choice)
4.9/5
(36)

If the DBA wishes to describe all tables in the database,which data dictionary view should be accessed in Oracle?

(Multiple Choice)
4.8/5
(31)

A join in which the joining condition is based on equality between values in the common column is called a(n)________.

(Short Answer)
4.9/5
(32)

The ________ DBA view shows information about all users of the database in Oracle.

(Short Answer)
4.8/5
(24)

Figuring out what attributes you want in your query before you write the query will help with query writing.

(True/False)
4.8/5
(39)
Showing 21 - 40 of 111
close modal

Filters

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