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
Similar Questions from HTET Exam - Level 3 - Year 2016
Question 1
Easy
Source :
HTET 2016
........... constraint ensures that no two 'rows' have same value in specified column/columns.
Question 2
Easy
Source :
HTET 2016
........... is used to combine data and its associated functions under a single unit.
Question 3
Easy
Source :
HTET 2016
In SQL decimal data type, ........... indicates the maximum number of digits to the right of decimal point.
Question 4
Easy
Source :
HTET 2016
An application system analyst is concerned about all of the database at the ........... level.