Filters
Question type

Study Flashcards

Sequences are most often used to provide values for surrogate keys.

Correct Answer

verifed

verified

Which of the following is not a transaction isolation level supported by Oracle Database?


A) Read Committed
B) Serializable
C) Repeatable Read
D) Read Only
E) All of the above are supported.

Correct Answer

verifed

verified

The Oracle Database PL/SQL statement used to repeat a set of PL/SQL statements as long as some condition is true is ________.


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

Correct Answer

verifed

verified

Which of the following commands does Oracle Database not support?


A) CREATE TABLE
B) CREATE CONSTRAINT
C) ALTER TABLE
D) ON UPDATE CASCADE
E) ON DELETE CASCADE

Correct Answer

verifed

verified

The NextVal method provides the next value in a sequence.

Correct Answer

verifed

verified

The GUI tool for creating a new index is the Oracle SQL Developer ________.


A) Edit Table table editor
B) Edit Index index editor
C) Edit Schema schema editor
D) A and B
E) A,B,and C

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 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

Which type of trigger is commonly used to update views?


A) BEFORE triggers
B) AFTER triggers
C) SELECT triggers
D) INSTEAD OF triggers
E) UPDATE triggers

Correct Answer

verifed

verified

Oracle Database only reads committed changes,and therefore dirty reads are not possible.

Correct Answer

verifed

verified

The PL/SQL keyword RETURN is used to exit a block of code and terminate whatever code structure is running.

Correct Answer

verifed

verified

Which of the following is true about stored procedures in Oracle Database?


A) They can be written using C++.
B) They must include the data type and length of parameters.
C) They can raise exceptions.
D) They do not contain variables.
E) They cannot invoke other procedures.

Correct Answer

verifed

verified

The Oracle Database variant of SQL with additional procedural language components is ________.


A) T-SQL
B) PL/SQL
C) My/SQL
D) MS/SQL
E) SQL

Correct Answer

verifed

verified

The Oracle Database Configuration Assistant is the easiest Oracle Database tool to use when you are creating an Oracle database.

Correct Answer

verifed

verified

You can use the Edit Table table editor to create an index in Oracle Database.

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

Explain the Oracle Database PL/SQL cursor statements.

Correct Answer

verifed

verified

The Oracle Database PL/SQL cursor statem...

View Answer

All Oracle Database triggers work at the row level.

Correct Answer

verifed

verified

When using Oracle Database,a sequence is an object that generates a sequential series of unique numbers.

Correct Answer

verifed

verified

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

Showing 81 - 100 of 100

Related Exams

Show Answer