Exam 11: Stored Procedures and Triggers
Exam 1: Introduction to Database Management76 Questions
Exam 2: Introduction to Database Development76 Questions
Exam 3: The Relational Data Model75 Questions
Exam 4: Query Formulation With SQL75 Questions
Exam 5: Understanding Entity Relations76 Questions
Exam 6: Developing Data Models for Business Databases75 Questions
Exam 7: Normalization of Relational Tables76 Questions
Exam 8: Physical Database Design76 Questions
Exam 9: Advanced Query Formulation With SQL74 Questions
Exam 10: Application Development With Views75 Questions
Exam 11: Stored Procedures and Triggers76 Questions
Exam 12: View Design and Integration76 Questions
Exam 14: Data and Database Administration76 Questions
Exam 15: Transaction Management75 Questions
Exam 16: Data Warehouse Technology and Management78 Questions
Exam 17: Client-Server Processing and Distributed Databases76 Questions
Exam 18: Object Database Management Systems83 Questions
Select questions type
The concept of ______________ for a database programming language involves the association of an SQL statement with its access plan.
(Short Answer)
4.8/5
(40)
A package ________________ contains the definitions of procedures and functions along with other objects that can be specified in the DECLARE section of a PL/SQL block.
(Short Answer)
4.8/5
(30)
Because the SQL:1999 trigger specification was defined in response to vendor implementation,most trigger implementations adhere to the SQL:1999 specification.
(True/False)
4.8/5
(28)
You can encounter mutating table errors in trigger execution,regardless of the DBMS they are executed on.
(True/False)
4.9/5
(40)
Because the optimization process can consume considerable computing resources,it is usually desirable to determine the access plan at run-time using dynamic statement binding.
(True/False)
4.7/5
(32)
An important benefit of PL/SQL functions is that they can be used as expressions in SELECT statements.
(True/False)
4.9/5
(40)
For most triggers,you can avoid mutating table errors by using statement triggers with new and old values.
(True/False)
4.9/5
(38)
Open Database Connectivity (ODBC)and Java Database Connectivity (JDBC)are the most widely used _____________ level interfaces.
(Short Answer)
4.8/5
(42)
A trigger execution procedure can be affected by which of the following?
(Multiple Choice)
4.8/5
(32)
Since the number of triggers is a complicating factor in understanding the interaction among triggers,it is always better to create a few large triggers instead of many smaller triggers.
(True/False)
4.8/5
(43)
An unnamed PL/SQL block of code,which is useful for testing procedures and triggers,is known as a(n)_________ block.
(Short Answer)
4.8/5
(32)
Inside a package implementation,each procedure or function must be terminated by a(n)_____________ statement containing the procedure or function name.
(Short Answer)
4.7/5
(37)
What is the primary motivation for using a database programming language?
(Multiple Choice)
4.9/5
(41)
Procedures and functions are executed by the rule system of the DBMS not by explicit calls as for triggers.
(True/False)
4.9/5
(38)
To control complexity among a collection of triggers,which guideline(s)should be followed?
(Multiple Choice)
4.7/5
(31)
Two triggers with the same timing,granularity,and applicable table ______________ if an SQL statement may cause both triggers to fire.
(Short Answer)
4.7/5
(35)
Functions should be usable in expressions,i.e.a function call can be replaced by the __________ it returns.
(Short Answer)
4.9/5
(28)
Showing 41 - 60 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)