SQL (Structured Query Language) Question:

Most important DDL statements in SQL are:

Answer:

CREATE TABLE - creates a new database table

ALTER TABLE - alters (changes) a database table

DROP TABLE - deletes a database table

CREATE INDEX - creates an index (search key)

DROP INDEX - deletes an index

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
How is a connection established by ODBC?SELECT statements: