CodeWalkers.com has a new tutorial posted for anyone out there that's new to the scene and needs a little help with databases.
In this new article ("Databases and SQL"), the author starts off very simply, showing how databases store their information - with columns and rows. From there, he moves to the three main functions users can do with a database - enter information, delete information, and update information. All of these are given with bits of SQL to illustrate each point further. The final point, "Changing Information in a Database", also includes some of the more "dangerous" commands such as DELETE and DROP.
It's not a bad little article, and it's graet that they keep the examples along the same lines (same table structure, same data) for each sample SQL. It's much easier to follow, especially for someone just getting the hang of it...




