Write SQL*Plus commands to do the following:

a) List all SQL*Plus commands;
b) Connect to the database 'OracleDB' with the user name 'CustomerOrders' and
password 'customer';
c) Use the COLUMN command to set the output format of the field 'StaffName' to
30 characters.


a) HELP index;
b) CONNECT CustomerOrders/customer@OracleDB;
c) COLUMN StaffName FORMAT A3;

Computer Science & Information Technology

You might also like to view...

What are the keyboard shortcuts for Paragraph Rules?

What will be an ideal response?

Computer Science & Information Technology

When selecting a complex shape with the Lasso tool, you will usually find it easier to make small selections then add to them with the ____ key.

A. Alt B. Ctrl C. Option D. Shift

Computer Science & Information Technology

The highest priority of the Web Accessibility Initiative ensures that each _______, _________ and ________ is accompanied by a description that clearly defines its purpose.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

PrintHelper.SCALE_MODE_FIT indicates that ________.

a. the PrintHelper dialog should be scalled to fit on the screen b. the image should be scaled to fit in the PrintHelper dialog c. the image should fit within the printable area of the paper d. None of the above

Computer Science & Information Technology