SQL and PL/SQL Question:

The most important DDL statements in SQL are?

Tweet Share WhatsApp

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

Read All 45 SQL and PL/SQL Questions
Previous QuestionNext Question
What is SQL*Loader?Operators used in SELECT statements are?