MySQL Tutorial - Seeking records in a predefined order

You can use this tutorial in various projects where the requirement is to sequence the records based on the order that has already been predefined.
Imagine having to write code where you are supposed to display articles on the basis of an order predefined by the administrator of the site. I had a similar challenge with […]

Difference between MySQL delete and truncate table

Both remove records from the table, so what is the difference. Very simple, read along.
For this article, I will use a ‘friends’ table.
delete from friends;
and
truncate table friends;

Top Internet blogs Programming Blogs - Blog Catalog Blog Directory TopOfBlogs Technology blogs Top Blog Topsites List