Tag: databases
Questions Related to databases
What is the default mode for arguments in stored procedure?
DDL statements are allowed in the database triggers
An application developer has written a database package for an Order Entry application using SQL Plus editor. While compiling the package, he receives errors. What will be the next step to troubleshoot the error?
RAISE_APPLICATION_ERROR procedure can be used ONLY in database triggers to handle user defined exceptions
A database TRIGGER is made up of ... Choose all that apply
A database TRIGGER in DISABLED state won't execute the TRIGGER ACTION
An application developer has written an AFTER STATEMENT trigger for UPDATE event on the ORDERS table of ORDER ENTRY application. The trigger saves the details of the user performing the update, system date, number of records updated to the AUDIT table. User, ERIC accesses ORDER ENTRY application and submits an UPDATE on ORDERS table through a batch job. However, the update statement affects ZERO records from ORDERS table. What is true in the context of the database trigger being written?
Identify 3 parent partitioning schemes.
An application architect is considering to redesign ORDERS table of an ORDER ENTRY application using partitioning. He's NOT very sure about the usage of ORDERS table from end user perspective. However, he wants to distribute the data equally across all table partitions. Which partitioning scheme is his obvious choice?