DEVFYI - Developer Resource - FYI

The most important DDL statements in SQL are:

PL/SQL Interview Questions and Answers


(Continued from previous question...)

The most important DDL statements in SQL are:

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

(Continued on next question...)

Other Interview Questions