Exam 11: Managing Databases With Oracle Database 11g

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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

(Essay)
4.8/5
(31)

Explain sequences and their relationship to surrogate keys.

(Essay)
4.7/5
(34)

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.

(True/False)
4.9/5
(43)

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

(True/False)
4.9/5
(40)

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

(True/False)
4.9/5
(22)

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

(True/False)
4.8/5
(34)

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

(True/False)
4.7/5
(40)

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

(True/False)
4.7/5
(44)

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

(Multiple Choice)
4.8/5
(41)

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?

(Multiple Choice)
4.8/5
(30)

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

(True/False)
4.8/5
(30)

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

(True/False)
4.8/5
(33)

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?

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.9/5
(34)

Explain the Oracle Database PL/SQL cursor statements.

(Essay)
4.7/5
(32)

The CurrVal method provides the current value in a sequence.

(True/False)
5.0/5
(46)

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

(True/False)
4.8/5
(38)

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

(True/False)
4.9/5
(30)

With Oracle Database,stored procedures can be invoked remotely.

(True/False)
4.9/5
(36)

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

(Multiple Choice)
4.8/5
(38)
Showing 21 - 40 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)