Difference between DELETE and TRUNCATE Command
DELETE Comand Vs. TRUNCATE Command TRUNCATE command : TRUNCATE command is faster in compare to DELETE command as it uses fewer system & the transaction log resources . This commands…
Update Data of MySQL using PHP
In today's tutorial we will see how to update MySQL data using PHP. I have divided this updation code in two php files. First is and second file will…