Question
Easy

SQL Views are also known as:

1
Simple Tables
2
Virtual Tables
3
Complex Tables
4
Actual Tables
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option B
Explanation

The correct option is (2): A view in SQL is precisely known as a Virtual Table because, unlike a standard or base table, it does not physically store its own set of data on the disk. Instead, a view is a stored query definition (a SELECT statement) that exists only in the database's data dictionary. When a user queries a view, the underlying query is executed dynamically, and the resulting…Read More

Sql views are also - HTET Level 3 | Clear Cutoff