Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

How To Drop an Existing View?

Nice?Vote!

1 Answer

Nice?Vote!
If you have an existing view, and you don't want it anymore, you can delete it by using the DROP VIEW statement as shown in the following script:

DROP VIEW employee_department;
View dropped.
answered 1 year ago by siva (10,720 points) edited 1 year ago by R

Related questions