If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
It's not a specific MySQL book but I would recommend what I consider to be my bible: Fundamentals of Database Systems by Elmasri / Navathe. The new editions are rather pricy, but the earlier editions are still relevant (I've got one from the beginning of the 2000's).
It goes deep into the best practices of relational databases and also has a good section on SQL that you can implement in MySQL.
Does anyone have a good place to see basic variables? I'm looking to do queries and have only been able to find ways to query exact matches. Is there a mway to query data in a field that say begins with PB-? Or is there a way to use wildcards?
Can someone suggest tools for working with my database? I have access to PHPMyAdmin, but I find that I need more functionality and when I have a large database, I run into problems with import/export feature.
I have to say moving between different projects incorporating different vendors of SQL is really annoying given that each one makes up its own keywords... Why cant they use the same keywords?!
It's not a specific MySQL book but I would recommend what I consider to be my bible: Fundamentals of Database Systems by Elmasri / Navathe. The new editions are rather pricy, but the earlier editions are still relevant (I've got one from the beginning of the 2000's).
It goes deep into the best practices of relational databases and also has a good section on SQL that you can implement in MySQL.
Thanks for this information, I am struggling with MySQL and have been confused as to where to start. I thought I could just jump in but I was sure wrong about that!!