This is a discussion on Drop view statement. within the Database Support forums, part of the Web Development category; Hi all Can anyone explain what is sql drop view statement. Thanks in advance......
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all... You may drop an view permanently when it is no longer useful or temporarily. If the view is not useful it could be dropped. Also, if a view needs to be changed it would be dropped and then created again with changes in place. Thanks... |
| |||
| Hi all... The SQL DROP VIEW command is used as follows. SQL DROP VIEW Statement Syntax DROP VIEW <view_name> SQL DROP VIEW Statement Example The following example drops a view named V_PERSON. DROP VIEW V_PERSON Thanks... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create View Statement | itbarota | Database Support | 5 | 03-25-2008 08:15 PM |
| Taffic Drop | vadivelanvaidyanathan | Search Engine Optimization | 0 | 01-23-2008 05:29 AM |
| JavaScript Drag and Drop | rajkumar | HTML, CSS and Javascript Coding Techniques | 6 | 12-31-2007 12:43 AM |
| How to drop a datafile from a tablespace | bluesky | Database Support | 0 | 11-03-2007 12:29 AM |
| Drop shadow effect using css | muthukumar | HTML, CSS and Javascript Coding Techniques | 0 | 07-17-2007 11:43 AM |