Question
Easy

In SQL terminology a _ is a single table that is derived from other tables.

1
Table
2
View
3
Base Table
4
Form
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option B
Explanation

The correct option is (2): A View is a virtual table whose content is defined by a stored SQL query that may reference one or more other tables or views. This is why it is accurately described as a single table derived from other tables; it is not a physical structure that stores data. Instead, a view is a logical abstraction that presents the result set of its underlying query…Read More