Multiple choice technology databases

SQL is a product of ?

  1. ASCII

  2. ANSCI

  3. ORACLE

  4. DBMS

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

SQL is a product of ANSI (American National Standards Institute), which standardizes the SQL language specification. While Oracle implements SQL, SQL itself is defined by ANSI standards (SQL-92, SQL:1999, etc.). Note: The option says 'ANSCI' which appears to be a typo for 'ANSI'. ASCII is a character encoding standard, DBMS is the database management software category.