1.

In the following query, Employee_1 belongs to which category of table in Mysql?
CREATE VIEW Employee_1 AS
SELECT firstname, lastname, Employee_id FROM Employee;

A. Virtual tables
B. Temporary tables
C. Permanent Tables
D. All of above
E. None of these
Answer» B. Temporary tables


Discussion

No Comment Found

Related MCQs