Tag: databases
Questions Related to databases
-
Explicit Cursor
-
Implicit Cursor
-
Active Data Set
-
None of the above
-
A stored procedure on the server.
-
A block of code in a PL/SQL library.
-
A standalone procedure on the client machine.
-
A block of code in the body of the program unit ORDERTOTAL.
-
A local subprogram defined within the program unit ORDERTOTAL.
-
Some DML,PL/SQL statements
-
All DML,PL/SQL statements
-
Only PL/SQL statements
-
None of the Above
-
Raise Application procedure
-
Raise Application Error procedure
-
Application Error procedure
-
None of the Above
-
Trap it with a Handler
-
Propagate it to the Calling Environment
-
a & then b
-
b & then a
-
A comma has been left after the STATS_EXIST_EXCEPTION exception.
-
The STATS_EXIST_EXCEPTION has not been declared as a number.
-
The STATS_EXIST_EXCEPTION has not been declared as an exception.
-
None
-
To duplicate the functionality of other triggers.
-
To replicate built-in constraints in the Oracle server such as primary key and foreign key.
-
To guarantee that when a specific operation is performed, related actions are performed.
-
For centralized, global operations that should be fired for the triggering statement, regardless of which user or application issues the statement.
-
Only local or packaged sub programs can be overloaded.
-
Overloading allows different functions with the same name that differ only in their return types.
-
Overloading allows different subprograms with the same number, type and order of the parameter.
-
Overloading allows different subprograms with the same name and same number or type of the parameters.
-
Overloading allows different subprograms with the same name but different in either number or type or order of parameter.
-
An existing will be dropped and it will be replaced by the new version.
-
An existing will be dropped and it will not be replaced by the new version.
-
No change will occur
-
There is no such option available in creating procedures.
-
Packages can be nested.
-
You can pass parameters to packages.
-
A package is loaded into memory each time it is invoked.
-
The contents of packages can be shared by many applications.
-
You can achieve information hiding by making package constructs private.