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
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:
cursor
In the case of overlapping triggers,which of the following is true?
Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
D
With regards to conditional decision making in PL/SQL,which statement is true?
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)