GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Database Administration

 Print  |  
Question:  Is it possible to drop more than one table using single sql statement? if yes then how.



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. 
     

 

Back To Question