TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: I want to learn about database, how should I start?

12 pointsby annythesillicatover 10 years ago
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

7 comments

TBDMarkover 10 years ago
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:&#x2F;&#x2F;sqlfiddle.com&#x2F;</a> - SQL Fiddle is an online SQL coding platform. Good place to play around.<p><a href="http://jhudatascience.org/" rel="nofollow">http:&#x2F;&#x2F;jhudatascience.org&#x2F;</a> - a ton of MOOC courses compiled in one spot.<p><a href="http://stats.stackexchange.com/" rel="nofollow">http:&#x2F;&#x2F;stats.stackexchange.com&#x2F;</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:&#x2F;&#x2F;janzilinsky.com&#x2F;how-to-analyze-data&#x2F;</a> - great set of tutorials, etc.<p><a href="http://user2014.stat.ucla.edu/" rel="nofollow">http:&#x2F;&#x2F;user2014.stat.ucla.edu&#x2F;</a> - another place with a number of great tutorials in R.
garysvpaover 10 years ago
Introduction to Databases course:<p><a href="http://infolab.stanford.edu/~widom/cs145/" rel="nofollow">http:&#x2F;&#x2F;infolab.stanford.edu&#x2F;~widom&#x2F;cs145&#x2F;</a> <a href="http://www.amazon.com/dp/0321197844/?tag=stackoverfl08-20" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;0321197844&#x2F;?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:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;server-cloud&#x2F;products&#x2F;sql-ser...</a><p>or MySql if you&#x27;re Linux-inclined<p><a href="http://www.mysql.com/" rel="nofollow">http:&#x2F;&#x2F;www.mysql.com&#x2F;</a>
skyfantomover 10 years ago
Perhaps, this one will be useful <a href="https://class.stanford.edu/courses/Engineering/db/2014_1/about" rel="nofollow">https:&#x2F;&#x2F;class.stanford.edu&#x2F;courses&#x2F;Engineering&#x2F;db&#x2F;2014_1&#x2F;abo...</a>
cafardover 10 years ago
Install a database (or two or three) on your home computer. You can get free &quot;Express&quot; editions of Oracle and SQL Server, and of course MySQL and Postgres. Work your way through exercises in a book or two.
annythesillicatover 10 years ago
Thank you everyone!I guess I will start with DB @Standford and explore more when I secure my basic knowledge. fun stuff :)
dennybritzover 10 years ago
<a href="https://www.coursera.org/course/db" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;db</a>
S4Mover 10 years ago
<a href="http://sql.learncodethehardway.org/" rel="nofollow">http:&#x2F;&#x2F;sql.learncodethehardway.org&#x2F;</a>