| September 09, 2007 11:36:18 |
#3 |
| senthilora |
Member Since: Visitor Total Comments: N/A |
RE: Is it possible to drop more than one table using s... |
That is not correct Abhishek reddy..:)
Spool is not a SQL statement. Moreover, actually you are creating multiple SQL statements and executing them.
No - would be my answer if the question was "is that possible to drop more than one table by using single DROP TABLE statement"
Yes - is my answer as "DROP USER .. CASCADE" statement will drop all the tables at once owned by a specific user.
|
| |