🎴 Flashcard Mode
Database Fundamentals and SQL Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
what does SQL Lack
AnswerClick to flip back
A
The complexity and size of the SQL standard means that most databases DO NOT implement the entire standard.
💡 Explanation:
SQL is a comprehensive standard with many optional features. Database vendors typically implement only the core features needed for their target use cases, not the entire standard. Options B and D incorrectly claim databases implement the full standard. Option C incorrectly describes SQL as simple.