Looking for websites/books SQL queries from simple to advance (queries optimization and performanance etc.. ) questions and examples to exam for MySQL Job.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For simple material coverage the online MySQL docs or the
MySQL 5 Certification Study Guidebook are pretty good. Can practice on a sample database like Employee (4 million records in total) from MySQL.For advanced subjects (performance optimization) I suggest
High Performance MySQLbook. Chapter 4 of this book deals with Query Performance Optimization, with examples using Sakila database from MySQL as well.