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.



August 08, 2008 14:53:11 #4
 abdulraheem_ar   Member Since: August 2008    Total Comments: 2 

RE: Is it possible to drop more than one table using single sql statement? if yes then how.
 
Try using substitution variable like

DROP TABLE &table_name
     

 

Back To Question