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 do you destroy a particular or all Sessions?
Explain about objects in PHP?
Is age an interval or ratio?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
Write the statements that are used to connect php with mysql
What are the steps involved to run php?
What are the advantages and disadvantages of cascade style sheets?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What does namespace mean in php?
Can php use gettext?
Which is correct about mysqli and pdo?
What is php regular expression?
How to return a value back to the function caller?
Tell me how can we change the maximum size of the files to be uploaded?
Which php global variable is used for uploading a file?