![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » SchemaDifference Table |
CREATE TABLE "SchemaDifference"
(
"ParentName" VARCHAR(40) COLLATE "ANSI_CI",
"ParentType" VARCHAR(15) COLLATE "ANSI_CI",
"Name" VARCHAR(40) COLLATE "ANSI_CI",
"Type" VARCHAR(15) COLLATE "ANSI_CI",
"AlterSQL" CLOB COLLATE "ANSI_CI"
)
CREATE INDEX "ParentName" ON "SchemaDifference"
("ParentName")
CREATE INDEX "ParentType" ON "SchemaDifference"
("ParentType")
CREATE INDEX "Name" ON "SchemaDifference"
("Name")
CREATE INDEX "Type" ON "SchemaDifference"
("Type")| Type | Description |
| Table | The object is a table |
| View | The object is a view |
| Procedure | The object is a procedure |
| Function | The object is a function |
| Statement | Description |
| CREATE TABLE | Creates a new table |
| CREATE TRIGGER | Creates a new trigger |
| CREATE INDEX | Creates a new index |
| CREATE VIEW | Creates a new view |
| CREATE PROCEDURE | Creates a new procedure |
| CREATE FUNCTION | Creates a new function |
| ALTER TABLE | Alters an existing table |
| ALTER TRIGGER | Alters an existing trigger |
| ALTER INDEX | Alters an existing index |
| ALTER VIEW | Alters an existing view |
| ALTER PROCEDURE | Alters an existing procedure |
| ALTER FUNCTION | Alters an existing function |
| DROP TABLE | Drops an existing table |
| DROP TRIGGER | Drops an existing trigger |
| DROP INDEX | Drops an existing index |
| DROP VIEW | Drops an existing view |
| DROP PROCEDURE | Drops an existing procedure |
| DROP FUNCTION | Drops an existing function |
This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

