I want to start learning sql? Where should I get started from? I am looking specific answers for: Platform - Windows/ Linux RDBMS - MSSQL/ Oracle/ MySQL Books - that goes along with some real world case studies (not the boring author/books relationship) Online resources - tutorials/ real world projects
|
|
There are a few threads like this one on StackOverflow. |
||
|
|
|
|
Books by Joe Celko - especially thinking in sets |
||
|
|
|
|
For Microsoft SQL Server 2005,
|
||
|
|
|
|
1) Get a base understanding of what a database is (Google, Wikipedia) 2) Learn what a RDBMS is (Relational Database Management System) 3) Learn what a 'normal form' is. 4) Read an easy to read 'primer' book. I suggest this book: MySQL Crash course by Ben Forta, Sams publishing ISBN: 0-672-32712-0 5) Download + Install MySQL and read through the documentation. It comes with a help file that should help you out. Use whatever book you have to go through the base examples and learn. Ideally whatever book you have will walk you through the concepts with very clear and explicit examples. |
||
|
|
|
|
http://www.w3schools.com/sql/default.asp Their tutorials are a great start. |
||
|
|
|
|
Check this site: SQLZoo, its a very good interactive tutorial, really nice, you can learn by practicing your queries on the fly... |
||
|
|
|
|
SQL Fundamentals is the best SQL book I have read. It gives examples in both Oracle and MS Access and is geared toward the beginner. |
||
|
|
|
|
first learn about relational databases and relational theory in general (and set theory upon which it is based), then SQL will be much easier to comprehend. the classic book on databases by C J Date is hard to beat |
||
|
|
