views:

77

answers:

2

Hi,

Looking for websites/books SQL queries from simple to advance (queries optimization and performanance etc.. ) questions and examples to exam for MySQL Job.

Thanks

+2  A: 

For simple material coverage the online MySQL docs or the MySQL 5 Certification Study Guide book 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 MySQL book. Chapter 4 of this book deals with Query Performance Optimization, with examples using Sakila database from MySQL as well.

Bakkal
A: 

Hello,

I would like to share my post on SQL query optimization. Please click the link below.

http://www.eukhost.com/forums/f20/mysql-query-optimization-11986/

swap5032