Multiple choice

The code that relational database management systems use to perform their database task is referred to as

  1. QBE

  2. SQL

  3. OLAP

  4. OLTP

  5. None of these

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

SQL (Structured Query Language) is the standard programming language that relational database management systems use to perform their database tasks including querying, updating, and managing data. QBE is an alternative query interface, OLAP is for analytical processing, and OLTP refers to transaction processing systems.