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?
|
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?
| |||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
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. | |||
|
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. | |||
|
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. | |||
|
feedback
|