Hey, I'm currently working my way through a PHP and MySQL book and reached the MySQL section of the book. I understand the basic SQL the book was talking about but a few things confused me. I would like a site which gives a nice little introduction to SQL and walks you through the basics. Anyone know of any good sites?
Well, regardless of the database engine you need to understand basic database concepts and SQL. There are many sites out there, but if you prefer video tutorials be sure to check out the Microsoft site. Yes, the videos are targeted for Microsoft SQL Server, but there are videos titled as follows: What is a Database Understanding Database Tables and Records Designing Relational Database Tables Manipulating Database Data More Structured Query Language Many More ... Check them out at http://www.asp.net/learn/sql-videos/ and apply the basics to MySQL. Good luck.
Thanks for the links guys. I am currently working my way through the W3School tutorials and will deficiently check out the Microsoft Videos.