1.

A view can be deleted using the command __________(a) REMOVE(b) DELETE(c) CLEAR(d) DROPI have been asked this question by my college professor while I was bunking the class.This key question is from Using Views topic in chapter Using SQL to Manage Data of MySQL

Answer»

Correct choice is (d) DROP

To explain I WOULD say: In MySQL, ‘Views’ ACT as virtual tables. Many operations can be PERFORMED on views like the operations on tables. A VIEW can be created, displayed and dropped. They can also be used to PERFORM calculations.



Discussion

No Comment Found

Related InterviewSolutions