Tag: databases
Questions Related to databases
The keyword return is compulsory in
Examine this database trigger CREATE OR REPLACE TRIGGER prevent_gross_modification {additional trigger information} BEGIN IF TO_CHAR(sysdate, DY) = MON THEN RAISE_APPLICATION_ERROR(-19999,'user Defined error'); END IF; END; This trigger will error out
_________ is the maximum nuber of Exceptions that the PL/SQL engine will process before exiting out of the BLOCK.
A procedure can have a procedure declaration inside
Multiload will not support
In Teradata, indexes are maintained by the Senior Database Administrator
Secondary Index is used for
Primary Index is mandatory for teradata table