Filters
Question type

Study Flashcards

Oracle Database triggers BEFORE and AFTER are placed on tables,while the INSTEAD OF trigger is placed on views.

Correct Answer

verifed

verified

In Oracle Database,triggers that are fired once for each row that is changed in a table are called row triggers.

Correct Answer

verifed

verified

The PL/SQL keyword STOP HERE is used to complete the basic PL/SQL block structure.

Correct Answer

verifed

verified

Which of the following is a GUI tool for application development with Oracle Database?


A) The Oracle Enterprise Manager 11g Database Control
B) The Oracle SQL*Plus command utility program
C) The Oracle SQL Developer
D) A and B
E) A,B and C

Correct Answer

verifed

verified

The PL/SQL keyword ISTHERE is used to look for the existence of a condition.

Correct Answer

verifed

verified

The type of failure that occurs when Oracle Database is unable to write to a physical file is called a media failure.

Correct Answer

verifed

verified

Oracle Database uses the SQL ALTER TABLE command to change the structure of a table.

Correct Answer

verifed

verified

The Oracle Database PL/SQL statement used to complete the basic PL/SQL block structure is:


A) DECLARE.
B) BEGIN.
C) IF...ELSE...END IF.
D) LOOP.
E) END;.

Correct Answer

verifed

verified

If the SQL statement SELECT C1,C2,C3 FROM T4 WHERE C2 = 'Smith'; Is frequently executed,which column(s) should be considered for indexing based only on the statement itself?


A) C1 only
B) C2 only
C) C3 only
D) C1 and C2
E) C1,C2,and C3

Correct Answer

verifed

verified

With Oracle Database,stored procedures can be invoked remotely.

Correct Answer

verifed

verified

Explain the Oracle Database PL/SQL control-of-flow statements.

Correct Answer

verifed

verified

The Oracle Database PL/SQL control-of-fl...

View Answer

With Oracle Database,you can change the default transaction isolation for all transactions in a session by using the SET TRANSACTION ISOLATION LEVEL statement.

Correct Answer

verifed

verified

Explain the Oracle Database PL/SQL cursor statements.

Correct Answer

verifed

verified

The Oracle Database PL/SQL cursor statem...

View Answer

Explain sequences and their relationship to surrogate keys.

Correct Answer

verifed

verified

A sequence is an Oracle Database object ...

View Answer

The CurrVal method provides the current value in a sequence.

Correct Answer

verifed

verified

The Read Only transaction isolation level is unique to Oracle Database.

Correct Answer

verifed

verified

If you include a slash as the last line in an Oracle stored procedure,the procedure will be compiled and stored when you run the block of code.

Correct Answer

verifed

verified

Which of the following Oracle Database structures is a logical subdivision of an Oracle Database database instance that is used to group related table,view,and other similar objects?


A) Namespace
B) Filespace
C) Tablespace
D) A and B
E) A,B and C

Correct Answer

verifed

verified

The prefix :new is used with values of columns available to insert and update triggers.

Correct Answer

verifed

verified

The default isolation level in Oracle Database is Read Committed,which provides statement level isolation.

Correct Answer

verifed

verified

Showing 21 - 40 of 100

Related Exams

Show Answer