SQL - Views
What does the SQL command
DROP VIEW view_name; do?DROP VIEW view_name; do?DROP VIEW is used to remove a view from the database completely.DROP VIEW view_name; deletes the view named view_name, so it no longer exists.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions