DDL
DDL
CData Connect Cloud supports the following DDL statements to create, delete, and alter tables in a data source.
CREATE TABLE Statements
See CREATE TABLE Statements for a syntax reference and examples.
DROP TABLE Statements
See DROP TABLE Statements for a syntax reference and examples.
ALTER TABLE Statements
See ALTER TABLE Statements for a syntax reference and examples.
CData Connect Cloud also supports the following DDL statements to create, delete, and alter derived views.
CREATE DERIVED VIEW Statements
See CREATE DERIVED VIEW Statements for a syntax reference and examples.
DROP DERIVED VIEW Statements
See DROP DERIVED VIEW Statements for a syntax reference and examples.
ALTER TABLE Statements
See ALTER DERIVED VIEW Statements for a syntax reference and examples.