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
What is the use of post in php?
How to create a public static method in PHP?
What are differences between PECL and PEAR?
What is the difference between implode() and explode() in php?
What is isset function in php?
What is the use of hooks?
How many columns can be added in a table in mysql?
Which programming language does php resemble to?
How we can retrieve the data in the result set of mysql using php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is a composer in PHP?
What u mean by query?
What are the different types of PHP arrays?
Do you know what is the function func_num_args() used for?
Which framework is best for php?