Multiple choice

SQL is the

  1. first generation language

  2. second generation language

  3. third generation language

  4. fourth generation language

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

SQL (Structured Query Language) is a fourth-generation language (4GL) because it provides a high-level abstraction for working with databases. Unlike 3GLs like C or Java that require detailed procedural instructions, SQL allows users to specify what data they want using declarative statements like SELECT, letting the database engine handle the implementation details.