MCQOPTIONS
Saved Bookmarks
| 1. |
In the following query, Employee_1 belongs to which category of table in Mysql?CREATE VIEW Employee_1 ASSELECT 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 | |