Which two are attributes of /SQL*Plus? (Choose two)
-
/SQL*Plus commands cannot be abbreviated.
-
/SQL*Plus commands are accesses from a browser.
-
/SQL*Plus commands are used to manipulate data in tables.
-
/SQL*Plus commands manipulate table definitions in the database.
-
/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
SQL*Plus is Oracle's command-line interface for executing SQL. Option C is correct because SQL*Plus commands are used to interact with and manipulate data. Option D is correct because SQL*Plus provides commands to manipulate table definitions (DDL operations). Option A is false because SQL*Plus commands CAN be abbreviated. Option B is false because SQL*Plus is a command-line tool, not browser-based. Option E describes SQL*Plus as 'the' interface, which is misleading since Oracle has multiple interfaces.