I am a non-technical (sales). I’m interested in database and want to learn about it to enhance my network and system architecture knowledge. I am looking for effective resources where I can study, website/ books/ e-books. I appreciate any help that you can provide
Mentioned above, but here are a number of places to start. Most of mine deal with statistical analysis, but the Data Science masters would be a good place to start.<p><a href="http://sqlfiddle.com/" rel="nofollow">http://sqlfiddle.com/</a> - SQL Fiddle is an online SQL coding platform. Good place to play around.<p><a href="http://jhudatascience.org/" rel="nofollow">http://jhudatascience.org/</a> - a ton of MOOC courses compiled in one spot.<p><a href="http://stats.stackexchange.com/" rel="nofollow">http://stats.stackexchange.com/</a> - start browsing the forums and reading up on some of the database questions people have.<p><a href="http://janzilinsky.com/how-to-analyze-data/" rel="nofollow">http://janzilinsky.com/how-to-analyze-data/</a> - great set of tutorials, etc.<p><a href="http://user2014.stat.ucla.edu/" rel="nofollow">http://user2014.stat.ucla.edu/</a> - another place with a number of great tutorials in R.
Introduction to Databases course:<p><a href="http://infolab.stanford.edu/~widom/cs145/" rel="nofollow">http://infolab.stanford.edu/~widom/cs145/</a>
<a href="http://www.amazon.com/dp/0321197844/?tag=stackoverfl08-20" rel="nofollow">http://www.amazon.com/dp/0321197844/?tag=stackoverfl08-20</a><p>Install Sql Server 2008 Express for best .Net integration<p><a href="http://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/sql-server-express.aspx" rel="nofollow">http://www.microsoft.com/en-us/server-cloud/products/sql-ser...</a><p>or MySql if you're Linux-inclined<p><a href="http://www.mysql.com/" rel="nofollow">http://www.mysql.com/</a>
Perhaps, this one will be useful <a href="https://class.stanford.edu/courses/Engineering/db/2014_1/about" rel="nofollow">https://class.stanford.edu/courses/Engineering/db/2014_1/abo...</a>
Install a database (or two or three) on your home computer. You can get free "Express" editions of Oracle and SQL Server, and of course MySQL and Postgres. Work your way through exercises in a book or two.