SQL and PL/SQL Question: Download SQL and PL/SQL PDF

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

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