Filters
Question type

Study Flashcards

Stored procedures help reduce code duplication by means of code isolation and code sharing.

Correct Answer

verifed

verified

If the DBMS does not support the INTERSECT statement, you can use a(n) ____________________ subquery to achieve the same result.

Correct Answer

verifed

verified

When using the Oracle TO_DATE function, the code ____ represents a three-letter month name.


A) MON
B) MM3
C) MONTH
D) MM

Correct Answer

verifed

verified

The most useful feature of PL/SQL blocks is that they let you create code that can be named, stored, and executed by the DBMS.

Correct Answer

verifed

verified

An explicit cursor must return two or more rows.

Correct Answer

verifed

verified

The ____________________ clause is used to restrict the output of a GROUP BY query by applying a conditional criteria to the grouped rows.

Correct Answer

verifed

verified

Stored procedures must have at least one argument.

Correct Answer

verifed

verified

The IN subquery uses a(n) ____________________ operator.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

PL/SQL blocks have a section used to declare variables.

Correct Answer

verifed

verified

Oracle uses the ____________________ function to extract the various parts of a date.

Correct Answer

verifed

verified

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


A) CONVERT()
B) TO_DATE
C) TO_CHAR()
D) TO_STRING()

Correct Answer

verifed

verified

Triggers are critical to proper database operation and management. What are some of the ways that triggers are used?

Correct Answer

verifed

verified

Triggers can be used to enforce constrai...

View Answer

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


A) one
B) two
C) three
D) four

Correct Answer

verifed

verified

Using Oracle ____________________, you can write a PL/SQL code block by enclosing the commands inside BEGIN and END clauses.

Correct Answer

verifed

verified

Cursor-style processing involves retrieving data from the cursor, one row at a time.

Correct Answer

verifed

verified

A(n) ____ is a block of code (containing standard SQL statements and procedural extensions) that is stored and executed at the DBMS server.


A) PSM
B) PLS
C) SQL Statement
D) PMR

Correct Answer

verifed

verified

UNION, INTERSECT, and MINUS work properly only if relations are union-compatible, which means that the names of the relation attributes and their data types must be different.

Correct Answer

verifed

verified

What are the four different result types that can be returned from a subquery? For each type, explain what it is and when it is used.

Correct Answer

verifed

verified

One single value (one column and one row...

View Answer

Describe the characteristics of an Oracle sequence.

Correct Answer

verifed

verified

Oracle sequences are an independent obje...

View Answer

Showing 81 - 100 of 100

Related Exams

Show Answer