what are the rules to be followed at the time of declaring
a variable?,what is the purpose of var_dump()function in
php,syntax of ternary operator()in php,difference between
drop a table and truncate a table...
Answer Posted / naaz
Drop a table:erases the table structure along with any data
in the table fromt the database.Whereas the truncate
command empties all the rows without touching the structure
cheers!!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why php 7 is faster?
Is php deprecated?
Is runtime polymorphism overriding?
What is use of header() function in php? What the limitation of header()?
What is the meaning of symbol '$' in jquery?
What is different between software and app
What is the use of nl2br() in php?
What are classes in php?
What is a collection in php?
Why do we use htaccess and where?
What's php?
What is the use of die in php?
what is mean by portal
Tell me how can you pass a variable by reference?
Explain a resource?