Exam 8: Advanced Sql

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

Each statement inside the PL/SQL code must end with a period (".").

(True/False)
4.8/5
(36)

is a string function that returns the number of characters in a string value.

(Multiple Choice)
4.8/5
(44)

PL/SQL blocks have a section used to declare variables.

(True/False)
4.8/5
(36)

A is a query inside a query.

(Multiple Choice)
4.7/5
(35)

An alternate syntax for a join is: SELECT column-list FROM table1 JOIN table2 (common-column).

(Short Answer)
4.8/5
(38)

The Oracle function returns the current date.

(Multiple Choice)
4.8/5
(26)

"Union-compatible" means that the .

(Multiple Choice)
4.9/5
(32)

In an Oracle sequence, the pseudo-column retrieves the current value of a sequence.

(Short Answer)
5.0/5
(42)

A(n) routine pools multiple transactions into a single batch to update a master table field in a single operation.

(Short Answer)
4.8/5
(31)

If a designer wishes to create an inner join, but the two tables do not have a commonly named attribute, he can use a(n) _____ clause.

(Multiple Choice)
4.9/5
(46)

To remedy the lack of procedural functionality in SQL, and to provide some standardization within the many vendor offerings, the SQL-99 standard defined the use of persistent stored modules.

(True/False)
4.9/5
(21)

Assume you are using the MINUS operator to combine the results from two tables with identical structure, CUSTOMER and CUSTOMER_2. The CUSTOMER table contains 10 rows, while the CUSTOMER_2 table contains 7 rows. Customers Dunne and Olowski are included in the CUSTOMER table as well as in the CUSTOMER_2 table. How many records are returned when using the MINUS operator?

(Multiple Choice)
5.0/5
(30)

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

(True/False)
4.9/5
(38)

SQL supports the conditional execution of procedures (IF-THEN-ELSE statements) that are typically supported by a programming language.

(True/False)
4.8/5
(28)

The function returns the current system date in MS Access.

(Multiple Choice)
4.8/5
(45)

The operator could be used in place of INTERSECT if the DBMS does not support it.

(Multiple Choice)
4.8/5
(39)

A trigger definition consists of the triggering timing, the triggering event, the triggering level, and the triggering action.

(True/False)
4.8/5
(34)

A stored function is another name for a stored procedure.

(True/False)
4.7/5
(35)

The following SQL statement uses a(n) . SELECT P_CODE, P_DESCRIPT, P_PRICE, V_NAME FROM PRODUCT, VENDOR WHERE PRODUCT.V_CODE = VENDOR.V_CODE;

(Multiple Choice)
4.7/5
(34)

Which of the following is a feature of oracle sequences?

(Multiple Choice)
4.7/5
(48)
Showing 21 - 40 of 109
close modal

Filters

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