Filters
Question type

Study Flashcards

Which type of trigger is commonly used to update views?


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

Correct Answer

verifed

verified

SOONER and LATER triggers are placed on tables.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

In Oracle Database,indexes are created using the ALTER command.

Correct Answer

verifed

verified

Instead of creating a new database instance in Oracle Database,it is preferable to create a new tablespace.

Correct Answer

verifed

verified

When creating a new database in Oracle Database,two new account passwords are automatically created in the database.

Correct Answer

verifed

verified

You can include single line comments in an Oracle Database stored procedure by starting each comment line with the /* symbol.

Correct Answer

verifed

verified

Which of the following commands does Oracle Database not support?


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

Correct Answer

verifed

verified

Which of the following can Oracle Database not support?


A) Triggers that are fired when a user logs in to the database
B) Triggers that are fired before each row change in a table
C) Triggers that are fired once when changes are made to rows in a table
D) Triggers that are fired after each row change in a table

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

The PL/SQL keyword DECLARE is used to begin the basic PL/SQL block structure.

Correct Answer

verifed

verified

Which of the following Oracle Database ReDo files are stored on disk and contain the rollback segments from recent database changes?


A) OnLine ReDo files
B) Active ReDo files
C) OffLine ReDo files
D) Archive ReDo files

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

The PL/SQL keyword BEGIN is used to define a group of PL/SQL statements.

Correct Answer

verifed

verified

Copying spreadsheet data into a database is part of a larger data warehousing process known as ________.


A) import/export
B) spreadsheet conversion
C) extract,transform,and load
D) data verification

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) Physical Design editor

Correct Answer

verifed

verified

In Oracle Database security,a Role can have many system privileges.

Correct Answer

verifed

verified

An Oracle Database tablespace is a logical subdivision of an Oracle database instance that is used to group related tables,views,and other similar objects.

Correct Answer

verifed

verified

During the data import process in Oracle,if some of the spreadsheet cells in a column of the source data are empty,________.


A) you must put some data in them before importing
B) you must not specify this column as a foreign key later
C) you must ensure the data type for this column is numeric
D) you must check the "Nullable" box in the wizard

Correct Answer

verifed

verified

Control files,as used by Oracle Database's backup and recovery features,contain records of database changes.

Correct Answer

verifed

verified

Showing 21 - 40 of 106

Related Exams

Show Answer