A view is not a physical table but a saved SQL query that can be treated like a table.
Step 2: Compare options to definition
A saved query that acts like a virtual table matches the definition exactly. The other options describe different database concepts like backups, physical tables, or user permissions.
Final Answer:
A saved query that acts like a virtual table -> Option C
Quick Check:
View = saved query acting like table [OK]
Quick Trick:Remember: Views are saved queries, not real tables [OK]
Common Mistakes:
MISTAKES
Thinking views store data physically
Confusing views with backups
Assuming views are user accounts
Master "Views" in SQL
9 interactive learning modes - each teaches the same concept differently