What are two statement types in sql?



What are two statement types in sql?..

Answer / Gajraj Mathur

"Data Definition Language (DDL) statements" and "Data Manipulation Language (DML) statements" are the two main types of SQL statements. DDL statements are used to create, alter, or drop database objects such as tables, views, and indices. DML statements are used to query, insert, update, or delete data from a database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the life of an sql statement?

1 Answers  


pl/sql testing means what ...... explain process how to find pl/sql bugs

1 Answers   Zensar,


what is difference between procedure and function, procedure and trigger?

8 Answers   iFlex,


What is sql server and ase?

1 Answers  


What is use of trigger?

1 Answers  


what is meant by DML?

5 Answers   HCL,


while loading data into database how can u skip header and footer records in sql*loader

1 Answers   Oracle,


please explain database architecture..

1 Answers   Infosys,


How to create an array in pl/sql?

1 Answers  


Is it possible for a table to have more than one foreign key?

1 Answers  


What is pl sql script?

1 Answers  


What are the two types of exceptions.

1 Answers  


Categories