Exam 11: Stored Procedures and Triggers

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

A(n)______________ is a construct in a database programming language that allows for storage and iteration of a set of records returned by a SELECT statement.

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

cursor

In the case of overlapping triggers,which of the following is true?

Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
Verified

D

With regards to conditional decision making in PL/SQL,which statement is true?

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

C

The ______________________________ specifies the order of execution among the various kinds of triggers,integrity constraints,and database manipulation statements.

(Short Answer)
4.8/5
(34)

Which of the following is not a common cursor attribute?

(Multiple Choice)
4.7/5
(34)

The PL/SQL code block above is an example of:

(Multiple Choice)
4.9/5
(32)

In a PL/SQL IF statement,the keywords AND,OR and NOT are ____________ operators.

(Short Answer)
4.8/5
(32)

A package ________________ contains the private details of a package.

(Short Answer)
4.7/5
(33)

To support customized code,most database application development tools use a coding style known as _________________.

(Short Answer)
4.9/5
(31)

A(n)_____________ level interface is a language style that involves changes to the syntax of a host programming language to accommodate embedded SQL statements.

(Short Answer)
4.8/5
(38)

The PL/SQL statement "FOR StudentRec IN SELECT StudentID FROM StudentTable" is an example of:

(Multiple Choice)
4.8/5
(37)

Integrity constraints that compare the values before and after an update to a table occurs are called ___________.

(Short Answer)
4.7/5
(36)

One of the advantages of using a package over procedures and functions is:

(Multiple Choice)
4.8/5
(39)

A _____________________ is a procedural language with an interface to one or more DBMSs.

(Short Answer)
4.9/5
(33)

Based on the PL/SQL code block above,if there is not a SSN in the Student table which matches the value provided:

(Multiple Choice)
4.9/5
(24)

An explicit cursor cannot use parameters for non-constant search values in the associated SELECT statement.

(True/False)
4.8/5
(33)

In the use of an explicit cursor,which 3 statements replace the FOR statement of an implicit cursor?

(Multiple Choice)
4.8/5
(36)

Since PL/SQL is a block structured language,all code blocks must have unique names in order to execute in SQL*Plus.

(True/False)
4.9/5
(39)

A Call-Level Interfaceis a language style for integrating a programming language with a nonprocedural language such as SQL.A statement-level interface involves changes to the syntax of a host programming language to accommodate embedded SQL statements.

(True/False)
4.8/5
(35)

For each object defined in a package interface,the package body must define:

(Multiple Choice)
4.9/5
(39)
Showing 1 - 20 of 76
close modal

Filters

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