Best way to learn MySql [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
开发者_如何学编程Closed 8 years ago.
Improve this questioni want to learn mysql. what i do for learn it. Currently i Read books on MySql. any other way for learn it
Just start using it. Build some stuff, play with it, you will run into problems eventually. And then you can use your books (and internet) to solve them.
Well, this site will give you some good execises. Search some of the questions (even if answered) and see if you can follow what eh answers do. See if you can get to the answer without looking ( Dont cheat X-) ).
Ask if you cant find the solution, but dig in, try some of the "LIVe" examples.
Think about some problem domain like a library for example. It will contain books, periodicals, cds, dvds, etc. It will have certain actions like taking out a book, returning a book, issuing library cards, etc. Model this in the database of your choice, and write the sql to extract as much of this information as possible: things like who has overdue books, when will the persons library card expire, how many items are catalogued as comp-sci, etc. You get the idea.
After completing this exercise you will know more sql than most developers !
精彩评论