SQL and PL/SQL Question:
Download Questions PDF

The most important DDL statements in SQL are?

SQL and PL/SQL Interview Question
SQL and PL/SQL Interview Question

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 and PL/SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is SQL*Loader?Operators used in SELECT statements are?