Exam 10: Oracle-Supplied Packages, Dynamic SQL, and Hiding Source Code

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

____ allows us to make the SQL statements in our PL/SQL code much more flexible in regards to providing values, such as column names, at runtime.

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

D

TheOPEN FOR method cannot reuse parsed statements. _________________________

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

False

One advantage of LOBs is that a table can have multiple LOB columns but only one LONG column.

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

True

The ____ package provides access to DDL statements that cannot be included directly within PL/SQL code.

(Multiple Choice)
4.9/5
(34)

Dynamic SQL allows us to employ a more object-oriented approach to modeling our database and applications.

(True/False)
4.8/5
(36)

Attempting to use a(n) _________________________ to provide an identifier, such as a column name or table name, in an SQL statement within PL/SQL raises an error.

(Short Answer)
4.9/5
(39)

You must enable DBMS output in order to see the display from DBMS_OUTPUT commands.

(True/False)
4.9/5
(34)

The ____ built-in package retrieves Internet site host names or IP addresses.

(Multiple Choice)
4.7/5
(30)

The ____ built-in package is used to access Web pages.

(Multiple Choice)
4.8/5
(39)

Dynamic SQL allows the criteria of a query such as the column checked in the WHERE clause to be identified at compile time.

(True/False)
4.8/5
(34)

Attempting to use a parameter to provide an identifier, such as a column name or table name, in an SQL statement within PL/SQL raises an error.

(True/False)
4.8/5
(32)

The BLOB, CLOB, and NCLOB objects can all be stored internally and are typically stored in a separate tablespace from database tables to enable optimization of the attributes of each tablespace for the type of data being stored.

(True/False)
4.7/5
(31)

The _________________________ method of the ANALYZE_OBJECT procedure in the DBMS_DDL package erases the statistics that already exist in the data dictionary for an object.

(Short Answer)
4.8/5
(26)

The use of a(n) _________________________ statement, such as ALTER TABLE or CREATE TABLE, directly within PL/SQL produces an error.

(Short Answer)
4.8/5
(39)

An EXECUTE step is not needed with DDL statements because the PARSE step automatically executes the statement upon successful parsing.

(True/False)
4.8/5
(32)

The goal of SQL is to empower users with little or no query skills to be able to perform a variety of data queries.

(True/False)
5.0/5
(34)

DBMS_SQL is simpler to code and processes more efficiently than native dynamic SQL.

(True/False)
4.8/5
(33)

All of the following programs are available in the UTL_FILE package, except ____.

(Multiple Choice)
4.9/5
(29)

The ____ method can be used to implement native dynamic SQL.

(Multiple Choice)
4.7/5
(43)

The ability to send e-mails from within PL/SQL code has been simplified with the introduction of the DBMS_ALERT package.

(True/False)
4.8/5
(36)
Showing 1 - 20 of 85
close modal

Filters

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