Vidyalelo
SQL · Q50

SQL

Programming · SQL · question 50

Q50

What is an SQL virtual table that is constructed from other tables?

A.
view
Answer
B.
A relation
C.
Just another table
D.
Query results

Answer: Option A

Solution

Answer: Option A
Solution:
An SQL virtual table that is constructed from other tables is known as a view. A view is a saved SQL query that can be treated as a table, allowing users to retrieve and manipulate data as if it were from a regular table. Option A is the correct choice for this SQL concept. Options B, C, and D do not specifically refer to this type of virtual table.