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
Where php language is used?
What are the difference between overloading and overriding in oops?
What is putenv?
How can we determine whether a php variable is an instantiated object of a certain class?
What is == and === in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How cookies are transported from browsers to servers?
Is php outdated 2019?
What is htmlspecialchars?
What is polymorphism?
Why do we use csrf token?
How to check a key exist in an array?
What are global variables in php?
Can I learn php in a month?
How do I sort numbers in php?