Multiple choice technology databases

Which two are attributes of iSQL*Plus? (Choose two)

  1. iSQL*Plus commands manipulate table definitions in the database.

  2. iSQL*Plus is the Oracle proprietary interface for executing SQL statements.

  3. iSQL*Plus commands cannot be abbreviated.

  4. iSQL*Plus commands are accesses from a browser.

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

iSQL*Plus is Oracle's browser-based interface for executing SQL statements (B), accessed via web browser (D). Option A is false because iSQL*Plus commands don't directly manipulate table definitions - that's done with SQL DDL. Option C is false because iSQL*Plus commands CAN be abbreviated (like DESCRIBE to DESC). The key distinction is that iSQL*Plus is the environment/browser interface, while SQL commands interact with the database.