You would like to reference a table in your PL/SQL block. What special syntactic attribute must you precede the SQL statement with in order to make the PL/SQL block compile?

A. Prefix the command exec SQL in front of the statement.
B. Put a colon in front of all variables.
C. Use / / to surround the SQL code.
D. No special syntax is required.


Answer: D. No special syntax is required.

Computer Science & Information Technology

You might also like to view...

What is the output for the code segment below if the variables have the following values:

phrase word “Testing a string” “sting” int pos = phrase.find (word); if (pos < 5) cout << “at start”; else cout << “at end”;

Computer Science & Information Technology

?_________ is organized as three protocols that typically run on top of TCP for secure network communications and are designed to be relatively simple and inexpensive to implement.

A) ?SSL ? B) ?SSH ? C) ?TLS ? D) ?SSI

Computer Science & Information Technology

When you click the Find button, the Navigation pane appears on the left side of the program window.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which best describes BCDBoot?

a. A command-line tool that enables you to perform VHD management activities similar to those available with Disk Management. b. A command-line tool that enables you to manage boot configuration data (BCD) stores. c. A command-line tool that enables you to manage and create new BCD stores and BCD boot entries. d. A command-line tool that enables you to apply updates, applications, drivers, and language packs to a Windows image.

Computer Science & Information Technology