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


Please Help Members By Posting Answers For Below Questions

Where php language is used?

749


What are the difference between overloading and overriding in oops?

783


What is putenv?

783


How can we determine whether a php variable is an instantiated object of a certain class?

769


What is == and === in php?

701


What is the use of header() function in PHP? What the Limitation of HEADER()?

797


How cookies are transported from browsers to servers?

716


Is php outdated 2019?

719


What is htmlspecialchars?

757


What is polymorphism?

2291


Why do we use csrf token?

712


How to check a key exist in an array?

814


What are global variables in php?

721


Can I learn php in a month?

801


How do I sort numbers in php?

792