Exam 11: Stored Procedures and Triggers

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

The common SQL*Plus command used to display compilation errors is ___________________.

(Short Answer)
4.9/5
(38)

A database connection identifies the database used by an application.A database connection can be ________ or ________.

(Multiple Choice)
4.8/5
(36)

Like procedures,triggers can be tested directly by executing them in SQL*Plus.

(True/False)
4.9/5
(36)

In a stored procedure,a(n)_____________ parameter should have a value provided outside the procedure but it can be changed inside the procedure.

(Short Answer)
4.9/5
(32)

For statement level interfaces,SQL:2003 provides statements to:

(Multiple Choice)
4.8/5
(25)

In PL/SQL,a function is used instead of a procedure when:

(Multiple Choice)
4.8/5
(32)

To catch a specific error in a stored procedure,you should use a predefined exception or create a user-defined exception.

(True/False)
4.8/5
(36)

In the SQL:2003 specification,a statement level interface can support both static and dynamic binding,while a call level interface supports only dynamic binding.

(True/False)
4.7/5
(30)

Transitive closure,an important operation for queries involving self-referencing relationships,is supported by most SQL implementations.

(True/False)
4.7/5
(40)

In PL/SQL,a(n)_____________ statement is comprised of a variable,the assignment symbol,and an expression.

(Short Answer)
4.9/5
(32)

The two language styles provided by SQL:2003 for integrating a procedural language with SQL are:

(Multiple Choice)
4.9/5
(32)

Which of the following is true of a statement level interface?

(Multiple Choice)
4.8/5
(43)

An event-condition-action rule managed by a DBMS is another name for a ____________.

(Short Answer)
4.8/5
(36)

Which of the following is the reason the DBMS,instead of the programming environment,manages stored procedures?

(Multiple Choice)
4.8/5
(30)

A Database Programming Language is a procedural language with an interface to one or more DBMSs.The interface allows a program to combine procedural statements with nonprocedural database access.

(True/False)
4.8/5
(36)

For procedures and triggers stored in a database,the database connection is explicit.

(True/False)
4.9/5
(37)

Which of the following is not a typical use for triggers:

(Multiple Choice)
4.8/5
(43)

The _________________ of a trigger involves the keywords BEFORE,AFTER,or INSTEAD OF,along with a triggering event using the keywords INSERT,UPDATE,or DELETE.

(Short Answer)
4.9/5
(36)

The body of a trigger is similar to other PL/SQL blocks,except that triggers have more restrictions on the statements in a block.

(True/False)
4.8/5
(37)

When a procedure calls itself,this is known as ______________________.

(Short Answer)
4.7/5
(39)
Showing 21 - 40 of 76
close modal

Filters

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