Multiple choice technology databases

___is the language used to put data into the database, retrieve data from the database, control transactions, and administer your database

  1. PL/SQL

  2. SQL

  3. SQL*PLUS

  4. JAVA

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

SQL (Structured Query Language) is the standard language for relational database operations including data manipulation (INSERT, SELECT, UPDATE, DELETE), data definition (CREATE, ALTER, DROP), transaction control (COMMIT, ROLLBACK), and database administration.