SQL (Structured Query Language) Question:
Download Questions PDF

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 Interview Questions And Answers PDF

Previous QuestionNext Question
How is a connection established by ODBC?SELECT statements: