home *** CD-ROM | disk | FTP | other *** search
-
- //Title: Stored Procedure Sample
- //Version: 2.0
- //Copyright: Copyright (c) 1998
- //Company: Borland Int'l
- //Description: This is the SQL definitions for cleanup.
-
-
-
- DROP FUNCTION SAMPLEEMPINFO;
- DROP PROCEDURE SAMPLEEMPINFO;
- DROP PROCEDURE SAMPLEINSEMP;
- DROP PROCEDURE SAMPLEUPDEMP;
- DROP PROCEDURE SAMPLEDELEMP;
- DROP PROCEDURE SAMPLEUPDSALARY;
- DROP TABLE SAMPLEEMP;
- DROP TABLE SAMPLEDEPT;
-
-