Exam 8: Advanced Sql

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

An inequality condition is also known as a natural join and an equality condition is also called a theta join.

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

False

A persistent stored module is stored and executed on the database client machine.

Free
(True/False)
4.8/5
(34)
Correct Answer:
Verified

False

The syntax of the MINUS statement in Oracle is .

Free
(Short Answer)
4.8/5
(36)
Correct Answer:
Verified

query MINUS query

In the context of SELECT subquery types, a is returned when an UPDATE subquery is used.

(Multiple Choice)
4.8/5
(27)

The pseudo-column is used to select the next value from a sequence.

(Multiple Choice)
4.7/5
(28)

In subquery terminology, the first query in the SQL statement is known as the query.

(Multiple Choice)
4.9/5
(33)

The data type is considered compatible with VARCHAR(35).

(Multiple Choice)
4.8/5
(40)

A row-level trigger is assumed if we omit the FOR EACH ROW keywords and a statement-level trigger required the use of the FOR EACH ROW keyword.

(True/False)
4.7/5
(35)

In a subquery, the query is executed first.

(Multiple Choice)
4.9/5
(32)

In Oracle, the function converts a date to a character string.

(Multiple Choice)
4.8/5
(32)

The use of the operator allows you to compare a single value with a list of values returned by the first subquery (sqA) using a comparison operator other than EQUALS.

(Short Answer)
4.8/5
(34)

The statement SELECT * FROM T1, T2 produces a(n) join.

(Multiple Choice)
4.9/5
(35)

The PL/SQL block starts with the section.

(Multiple Choice)
4.9/5
(33)

The operator could be used in place of MINUS if the DBMS does not support it.

(Multiple Choice)
4.9/5
(38)

A sequence is not associated with a table and can be dropped from a database with a DROP SEQUENCE command.

(True/False)
4.7/5
(32)

In Oracle, make(s) it possible to merge SQL and traditional programming constructs, such as variables, conditional processing (IF-THEN-ELSE), basic loops (FOR and WHILE loops,) and error trapping.

(Multiple Choice)
4.9/5
(41)

One of the major advantages of stored procedures is that they can be used to encapsulate and represent business transactions.

(True/False)
4.8/5
(33)

A trigger is executed as part of the transaction that triggered it.

(True/False)
4.8/5
(26)

What are the four different types of results that can be returned from a subquery?

(Essay)
4.9/5
(28)

The ANSI standard defines type(s) of outer join(s)

(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 109
close modal

Filters

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