Which two are attributes of iSQL*Plus? (Choose two.)
A.
/SQL*Plus commands cannot be abbreviated.
B.
/SQL*Plus commands are accessed from a browser.
C.
/SQL*Plus commands are used to manipulate data in tables.
D.
/SQL*Plus commands manipulate table definitions in the database.
E.
/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
Explanation:
D: SQL*Plus commands can be used to manipulate data in tables .
E: iSQL*Plus is a proprietary interface for executing SQL Statements
Incorrect Answers:
A: SQL*Plus commands can be abbreviated. Like command DESCRIBE can be abbreviated as
DESC, or SELECT as SELE.
B: SQL*Plus commands are not accessed from a browser.
C: SQL DML not SQL Plus is used to manipulate data defintionsOCP Introduction to Oracle 9i:
SQL Exam Guide, Jason Couchman, p. 38-48Chapter 1: Overview of Oracle Databases
D,E
c,d
B,E