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 purpose of basename() function in PHP?
What is php written in?
How can you execute php script from the command line?
Does php support multithreading?
How do you end a function in python?
What is xss and csrf?
What is the main difference between asp net and php?
Which is incorrect with respect to separating php code and html?
what the new feature add in php 7.2?
What is in a cookie?
Explain what does the expression exception::__tostring means?
How to get no of arguments passed to a PHP Function?
Is empty in php?
When are you supposed to use endif to end the conditional statement?
Is it possible multiple inheritance in php?