Multiple choice technology databases

Which two are attributes of /SQL*Plus?

  1. SQL*Plus commands cannot be abbreviated.

  2. SQL*Plus commands are accesses from a browser.

  3. SQL*Plus commands are used to manipulate data in tables.

  4. 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.