what is DDL and DML?

Answer Posted / prakash patidar

DDL deal with structure of tables ,It means this is work on
create table and delete table.
ex- crate table, drop table.

DML deal with data in table. if we are used DML query it's
affected only data not on table structure.
ex- insert,update ,delete.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php a float?

535


When to use get and post request?

549


What was the old name of php?

955


How many columns can be added in a table in mysql?

494


What is properties of class?

587






Explain PHP looping?

545


Why php language is used?

522


What is constructor and destructor?

526


Is not null mysql?

541


What is PECL?

775


Tell me how can you pass a variable by reference?

509


What is helper function?

503


Can we override static method in php?

529


What is namespaces in PHP?

543


What is a comment in php?

632