SQL Programming
SQL Programming Test contains questions on programming for Database, IT to prepare for IT, UGC NET exams
Questions
Which of the following processes is responsible for signaling database writer at the checkpoints and updating all the datafiles and control files of the database to indicate the most recent checkpoints?
- Registration
- Lock manager server
- Database writer
- Checkpoint process
- Log writer
Which of the following memory components of the system global area provides large memory allocations for oracle backup and restore operations, I/O server process, session memory, etc?
- Read Only
- Session memory
- Java pool
- Stream pool
- Large pool
Which of the following triggers provides a transparent way of modifying view that cannot be modified directly through DML statements?
- SHUTDOWN trigger
- Instead of trigger
- View
- AFTER DROP trigger
- LOGOFF trigger
Which of the following is a procedure that run implicitly when an INSERT, UPDATE or DELETE statement is issued against the associated table?
- Recover
- Mounting the database
- Trigger
- Member method
- Static method
In which of the following components of the recovery manager environment is the client application spawn server sessions on the target database to do work of backup or recovery?
- Client
- Media management catalog
- Logical standby database
- RMAN client
- Duplicate database
Which of the following types of triggers fires after a successful entry of a user within the system?
- LOGON trigger
- LOGOFF trigger
- AFTER DROP trigger
- BEFORE trigger
- Mounting the database
Which of the following types of trigger is fired each time, when the table is affected by the triggering statement?
- ROW trigger
- Before trigger
- Disabled trigger
- BEFORE DROP trigger
- Opening the database
Which of the following parts of the trigger specifies a boolean expression that must be true for the trigger to fire?
- Segment
- AFTER DROP trigger
- BEFORE trigger
- Trigger event
- Trigger restriction
Which of the following triggers runs its trigger action, even if a triggering statement is issued and the trigger restriction would evaluate to TRUE?
- Table
- LOGOFF trigger
- Enabled trigger
- Disabled trigger
- BEFORE DROP trigger
Which of the following file's informations is used only to recover the database from a media failure?
- Force
- Redo log file
- Parameter file
- Password file
- Instance creation
Which of the following processes cleans up temporary segments that are no longer in use and recovers terminated transactions skipped during recovery because of file-read?
- Mounting the database
- Queue monitor
- System monitor
- Log writer
- Database writer
Which of the following parts of trigger is the procedure that contains the SQL statements and code to be run when a trigger statement is issued?
- Trigger action
- Trigger event
- Before trigger
- SHUTDOWN trigger
- Registration
Which of the following types of trigger fires when the database is opened by an instance?
- STARTUP trigger
- SHUTDOWN trigger
- Disabled trigger
- BEFORE trigger
- Read Only
In which of the following redundant arrays of independent disks level, the single parity disk is a bottle-neck for writing, since every write requires updating the parity data?
- Registration
- Redundant arrays of independent level 3
- Redundant arrays of independent disks level 0
- Redundant arrays of independent disk level 1
- Two-very-safe
Which of the following nodes instructs all nodes to initiate a global abort of the transaction if there is an abort response?
- Instance creation
- Global coordinator
- Local coordinator
- Database server
- Client