Tricky way to drop multiple table in oracle

Droping a table in oracle is very simple task. With just one row of sql statement you can drop a table. For example you want to drop [cci]school[/cci] table in database. Use this simple sql statement, the table will be dropped. Dropping multiple tables If you have multiple tables to drop, trivial way is adding […]

Tricky way to drop multiple table in oracle Read More ยป