databases Online Quiz - 65
Description: databases Online Quiz - 65 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Raw types are used to store _________ data.
SQL has facility for programmed handling of errors that arise during the manipulation of data.
_________ data type stores unstructured binary data upto 4GB length.
In a PL/SQL block structure, which parts are optional?
A Rollback statement cannot be used to close transaction.
If the Oracle Engine for its internal processing has opened a cursor they are known as _________
You want to create a PL/SQL block of code that calculates discounts on customer orders. This code will be invoked from several places, but only within the program unit ORDERTOTAL. What is the most appropriate location to store the code that calculates the discounts?
Implicit cursors are declared for
Which is the procedure used to issue User-Defined error messages from stored Sub-Programs?
How do you handle an Exception?
Under which two circumstances do you design database triggers? (Choose two)
Which two statements about the overloading feature of packages are true? (Choose two)
What does “REPLACE” indicate in creating procedures?
Which two statements about packages are true? (Choose two)
A function must return zero or more values to its calling environment, whereas a procedure returns a value to the calling environment.
Which of the following statements is false with respect to packages?
Identifiers defined only in the package body are public constructs. These are visible outside the package body
Which two program declarations are correct for a stored program unit? (Choose two)
What is true about stored procedures?
Which three are valid ways to minimize dependency failure? (Choose three)