Exam 8: Advanced Sql

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

A persistent stored module is stored and executed on the database client machine.

(True/False)
4.7/5
(36)

A statement-level trigger is assumed if a designer omits the FOR EACH ROW keywords.

(True/False)
4.9/5
(30)

Using the _____ command, SQL indexes can be created on the basis of any selected attribute.

(Multiple Choice)
4.8/5
(31)

The DECLARE section in the trigger is used to declare any variables used inside the trigger code.

(True/False)
4.9/5
(40)

A(n) _____ cursor is automatically created in procedural SQL when the SQL statement returns only one value.

(Multiple Choice)
4.7/5
(35)

If the NOT NULL and UNIQUE specifications are not supported when using a command sequence, use _____ without the specifications.

(Short Answer)
4.9/5
(52)

To delete an index, one must use the _____ command.

(Short Answer)
4.7/5
(41)

When you create a new database, the RDBMS automatically creates the data_____ tables in which to store the metadata and creates a default database administrator.

(Multiple Choice)
4.8/5
(33)

The PL/SQL block starts with the _____ section.

(Multiple Choice)
4.8/5
(35)

A _____ is a block of code containing standard SQL statements and procedural extensions that is stored and executed at the DBMS server.

(Multiple Choice)
4.8/5
(35)

Oracle recommends _____ for creating audit logs.

(Multiple Choice)
4.8/5
(42)

To make the SQL code more _____, most SQL programmers use one line per column (attribute) definition.

(Short Answer)
4.8/5
(39)

Which command is used to save changes to the database? What is the syntax for this command?

(Essay)
4.8/5
(36)

One of the major advantages of stored procedures is that they can be used to encapsulate and represent business transactions.

(True/False)
4.8/5
(37)

The Oracle equivalent to an MS Access AutoNumber is a(n) _____.

(Multiple Choice)
4.8/5
(36)

SQL requires the use of the _____ command to enter data into a table.

(Multiple Choice)
4.8/5
(33)

A sequence is not associated with a table and can be dropped from a database with a DROP SEQUENCE command.

(True/False)
4.8/5
(42)

In an INSERT command, a user can indicate just the attributes that have required values by listing the _____ inside parentheses after the table name.

(Short Answer)
4.9/5
(33)

In MS Access, a designer can use the _____ data type to define a column in his table that will be automatically populated with unique numeric values.

(Short Answer)
4.8/5
(37)

Just like database triggers, stored procedures are stored in the database.

(True/False)
4.8/5
(36)
Showing 41 - 60 of 75
close modal

Filters

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