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
What is the difference server side and browser side validation?
What is the difference between nowdoc and heredoc?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What does $this do in php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
What is difference between core php and framework?
What is htmlspecialchars?
Is array a key php?
How to protect special characters in query string?
Why do we use cookie?
Is php used anymore?
How many types of errors in php?
What is the scope of a variable defined in a function?
Is not null mysql?
Tell me which function gives us the number of affected entries by a query?