Answers for "which sql statement would you use to remove a view"

SQL
1

how to delete view in sql

DROP VIEW view_name;
Posted by: Guest on June-04-2021

Code answers related to "which sql statement would you use to remove a view"

Code answers related to "SQL"

Browse Popular Code Answers by Language