0
use of "Drop view"
I am wondering to know about the use (application) of dropping a view. In actual development where can I apply it?
3 Answers
+ 8
@Mehul: You could have tagged it in your question, here's for MySQL: https://dev.mysql.com/doc/refman/5.7/en/drop-view.html
In addition: https://www.w3schools.com/sql/sql_view.asp
+ 7
This may help you out, go through it.
https://docs.microsoft.com/en-us/sql/t-sql/statements/drop-view-transact-sql
0
I am not looking for mssql but mysql. so I think Microsoft link won't be useful for me right?