TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

12 点作者 annythesillicat将近 11 年前
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 条评论

TBDMark将近 11 年前
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.
garysvpa将近 11 年前
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>
skyfantom将近 11 年前
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>
cafard将近 11 年前
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.
annythesillicat将近 11 年前
Thank you everyone!I guess I will start with DB @Standford and explore more when I secure my basic knowledge. fun stuff :)
dennybritz将近 11 年前
<a href="https://www.coursera.org/course/db" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;db</a>
S4M将近 11 年前
<a href="http://sql.learncodethehardway.org/" rel="nofollow">http:&#x2F;&#x2F;sql.learncodethehardway.org&#x2F;</a>