Answer Posted / harry
ddl: means data definition langauge
dml: means data manipulation language
ddl: select, alter, drop
dml: insert update delte
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
How can we submit a form without using submit buttons?
Tell me what does the array operator '===' means?
What is substr in php?
What is cookie?
Which operator is used to combine string values in php?
How to download and install php on windows?
How do you debug php?
What is dao in php?
How can we check the value of a given variable is alphanumeric?
What is an array in php?
What types of loops exist in php?
Write an example to remove html tags from a string in php?
What are the uses of explode() and implode() functions?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What is the scope of a variable defined in a function?