Exam 10: B: Managing Databases With Oracle Database 11g Release 2

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

What is SQL*Plus?

Free
(Essay)
4.8/5
(37)
Correct Answer:
Verified

SQL*Plus is a character-based command line utility program,and it allows users to enter SQL*Plus commands after an "SQL>" command prompt.SQL commands such as CREATE TABLE can be entered and run in SQL*Plus.SQL*Plus has been a very popular utility for Oracle Database users.

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

Free
(True/False)
4.8/5
(41)
Correct Answer:
Verified

True

The CurrVal method provides the current value in a sequence.

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

True

Oracle Database supports the ON UPDATE CASCADE constraint.

(True/False)
4.7/5
(30)

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

(True/False)
4.8/5
(33)

With Oracle Database,stored procedures cannot use a cursor variable,so another method must be used to access a table on a row by row basis.

(True/False)
4.8/5
(38)

SOONER and LATER triggers are placed on tables.

(True/False)
4.9/5
(32)

Which of the following statements would cause Oracle Database to include a new column named C5,which is a two-digit whole number,to a table named T2?

(Multiple Choice)
4.7/5
(33)

The Oracle Database GUI provides graphical facilities for managing databases.

(True/False)
4.8/5
(32)

Explain sequences and their relationship to surrogate keys.

(Essay)
4.9/5
(40)

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

(True/False)
4.9/5
(32)

With Oracle Database,using a sequence does not guarantee valid surrogate key values.

(True/False)
4.9/5
(30)

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

(Multiple Choice)
4.9/5
(37)

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
(45)

The default file extension for text files created for SQL Developer is .sql.

(True/False)
4.7/5
(26)

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.8/5
(29)

In Oracle Database recovery facilities,OnLine ReDo files are backup log files maintained separately and not necessarily on disk media.

(True/False)
4.9/5
(39)

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

(True/False)
4.7/5
(41)

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

(True/False)
4.8/5
(20)

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

(True/False)
4.7/5
(32)
Showing 1 - 20 of 100
close modal

Filters

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