I need to teach my brother SQL, and perhaps some Access so he can work with JD Edwards Enterprise one.

Does anyone have recommendations on how a non-techie/non-programmer can learn SQL?

link|improve this question

74% accept rate
3  
Why don't you start selecting answers for your questions. You're at 57%. – Jack Marchetti Dec 16 '10 at 18:28
feedback

closed as off topic by Michael Petrotta, oers, Andrew Barber, Jeremy Banks, Adam Rackis Jan 23 at 23:00

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 4 down vote accepted

I learnt originally by working through the examples at http://sqlzoo.net/

It had the advantage that you can do the queries on the site without getting anything else setup and has a good tutorial method of setting a problem and having you create the sql to retrieve the records to answer it.

link|improve this answer
feedback

How about SQL for Dummies.

Or an interactive online tutorial like this.

Or what I would do, since my little brother would never read a book, I would grab a whiteboard and start explaining step by step. Draw diagrams to make it visual and present to him exercises that will work for him. You can copy them out of books or from the Internet.

link|improve this answer
feedback

The best place is http://www.w3schools.com/SQl/default.asp which i still use when I need to look up a detail. Step by step, with examples and explanations. Explains how to do things in TSQL, and also in the variations used in MySQL, Oracle, MSSQL, etc.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.