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
How to merge values of two arrays into a single array?
Explain PHP?
What is mean by an associative array?
What are helpers in php?
What is composer install?
Why php was called as personal home page?
What are the two types of variables?
What is a controller php?
What is the main difference between asp net and php?
How can i execute PHP File using Command Line?
What is __ construct in php?
Why are sessions used?
Inside a php function, what param needs to be set in order to access a global variable?
What is the correct syntax of mail() function in php?
What do you mean by core php?