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 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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)