Question
Easy

........... command provides a window through which one can see the data of another table.

1
SELECT
2
CREATE
3
CREATE VIEW
4
All options are wrong
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option C
Explanation

The correct option is (3): The CREATE VIEW command is the correct answer because a VIEW in SQL is fundamentally a virtual table based on the result-set of an SQL query. A view does not physically store any data itself; rather, it stores the query which, when executed, pulls data from the underlying base table(s). This mechanism perfectly fits the description of providing a "window" through which one can see…Read More

Command provides a - HTET Level 3 | Clear Cutoff