SQL commands supporting data extraction

Inhaltsverzeichnis  Linklist  Bottom
  1. CREATE VIEW - create special views on database tables
  2. DROP VIEW - delete a created view
  3. CREATE PROCEDURE - create a stored procedure
  4. DROP PROCEDURE - delete a stored procedure
  5. EXECUTE PROCEDURE - execute a stored procedure

CREATE VIEW - create special views on database tables

DROP VIEW - delete a view from the database

CREATE PROCEDURE - create a stored procedure

DROP PROCEDURE - delete a stored procedure

EXECUTE PROCEDURE - start a stored procedure


Index
Copyright © 2002 by André Müller. This Object is open source. You can redistribute it and/or modify it under the terms of the Universal General Public License (UGPL).