Answer Posted / r.veeramanikandan
DDL----> Data definition Language is used to define the structure of database
DML-----> Data Manipuation Language is used the manage the data within the structure
DCL-----> Data Control Language is used to control the database. (grant priviledges to users)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me what does $_env means?
Why sessions are used in php?
What is namespace and use in php?
What is is_null() in php?
What are the advantages of using php?
What is a composer in PHP?
What is php destruct?
Explain how can we increase the execution time of a php script?
Explain Whitespace Characters?
What is final in php?
What is the difference between $name and $$name?
Why shouldn't I use mysql_* functions in php?
What are sql functions?
What does $_files means?
What is abstract class php?