Difficulty: Easy
Correct Answer: SQL
Explanation:
Introduction / Context:
Standards bodies such as ANSI and ISO formalize specifications so that vendors can interoperate and users can rely on consistent behavior. In the relational database world, SQL was standardized early and has undergone multiple revisions, with a major milestone in 1992.
Given Data / Assumptions:
Concept / Approach:
SQL (Structured Query Language) became an ANSI standard initially in the late 1980s, with the significant SQL-92 revision adopted in 1992. Oracle, Access, and dBASE are products that may implement SQL but are not standards themselves.
Step-by-Step Solution:
Verification / Alternative check:
Historical references list SQL-86, SQL-89, SQL-92, and later editions (1999, 2003, 2008, 2011, etc.).
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
SQL
Discussion & Comments