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
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
What is used to input text and numerical data in a computer?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Architecture
Question 2
Easy
Source :
HTET 2021
A queue follows _______.
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 3
Easy
Source :
HTET 2021
Process of inserting an element in stack is called:
Chapter :
Data Structures (Through C++)
Topic :
Stack
Question 4
Easy
Source :
HTET 2021
If the elements 'A', 'B', 'C' and 'D' are placed in a queue and are deleted one at a time, in what order will these…
Chapter :
Data Structures (Through C++)
Topic :
Queue