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
How can you associate a variable with a session?
Why echo is faster than print in php?
What should we do to be able to export data into an excel file?
What is a null coalescing operator in php7?
What is new static in php?
Explain the types of functions for Splitting String?
What are the 5 types of data?
What is session and why do we use it?
What is abstraction php?
How can i execute PHP File using Command Line?
What is empty () in php?
Explain how can we execute a php script using command line?
What is active record in php?
What is overloading in php?
Write down the code for save an uploaded file in php.