Computer Science, asked by barinepalliprasad, 9 months ago

which is called as a virtual table in SQL?
SELECT CustomerName,Adress+','+City+','+Country AS Address FROM Customer;

Answers

Answered by iymanmalik1994
0

Answer:

In SQL, a view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database.

Similar questions