Multiple choice technology databases Which two are attributes of /SQL*Plus? 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. Reveal answer Fill a bubble to check yourself C,D Correct answer Explanation SQL*Plus is Oracle's command-line interface for executing SQL commands. It can manipulate actual table data (C) and database schema definitions (D) using SQL statements. SQL*Plus commands CAN be abbreviated, contradicting A.