adspace
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
how to detect a mobile device using php
What does $_files means?
How to create a web form?
Explain me is it possible to destroy a cookie?
sort term descripttion form, report and uery
Tell me what kind of things have you done on the social side?
List some features of php that are deprecated in php7?
What is the difference between htmlentities() and htmlspecialchars()?
What is the current stable version of php?
Write a program using while loop?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
How to calculate the difference between two dates using php?
What sized websites have you worked on in the past?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What is difference between static and final in php?