Yurttas/PL/DBL/oracle/F/02/SPJ/d-all.sql

From ZCubes Wiki
Revision as of 23:31, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">REM DROP ALL TABLE EXECUTE drop_table('Shipments') EXECUTE drop_table('Parts') EXECUTE drop_table('Projects') EXEC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1REM DROP ALL TABLE
2
3EXECUTE drop_table('Shipments')
4
5EXECUTE drop_table('Parts')
6
7EXECUTE drop_table('Projects')
8
9EXECUTE drop_table('Suppliers')