Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
為什麼要學資料庫管理
Search
ocowchun
February 25, 2015
Education
0
840
為什麼要學資料庫管理
政大 資料庫管理實習 第一週
ocowchun
February 25, 2015
Tweet
Share
More Decks by ocowchun
See All by ocowchun
Using AWS to build ELK stack
ocowchun
0
100
Hello Log
ocowchun
1
46
Use Lambda and DynamoDB to build simple dashboard
ocowchun
0
220
工程師養成訓練
ocowchun
0
100
碩士班這兩年,我做了什麼
ocowchun
0
54
Speed Your Project
ocowchun
0
380
Other Decks in Education
See All in Education
The Gender Gap in the Technology Field and Efforts to Address It
codeforeveryone
0
270
自己紹介 / who-am-i
yasulab
PRO
2
4.3k
Requirements Analysis and Prototyping - Lecture 3 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
850
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
4
14k
Kaggle 班ができるまで
abap34
1
220
ルクソールとツタンカーメン
masakamayama
1
1.1k
Evaluation Methods - Lecture 6 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
740
Informasi Program Coding Camp 2025 powered by DBS Foundation
codingcamp2025
0
120
20241002_Copilotって何?+Power_AutomateのCopilot
ponponmikankan
1
190
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
2.5k
Utiliser Linkedin pour améliorer son personal branding
martine
0
100
1113
cbtlibrary
0
280
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
335
57k
GraphQLとの向き合い方2022年版
quramy
44
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
17
2.3k
Building an army of robots
kneath
302
44k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
A Philosophy of Restraint
colly
203
16k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Transcript
為什麼要學資料庫管理
為什麼要學資料庫管 理?
幾乎所有的系統都有管 理資料的需求
facebook上看到的動態消息
使⽤用選課系統選課
上售票系統搶演唱會的票
在instgram上傳照⽚片
在PTT發廢⽂文
資料庫管理就是在教你 使⽤用關聯式資料庫系統 (RMDBS)管理資料。
所以資料庫管理在上些 什麼?
怎麼建⽴立資料模型 • 資料要⽤用什麼樣的⽅方式儲存(document store,graph store,key-value store, RMDBS) • 資料之間的關聯 •
正規化
如何操作資料 • SQL
如何管理資料庫 • 監控系統 • 系統可⽤用性 • 效能調整
如何應⽤用資料 • 資料倉儲 • 資料採礦
那助教課在上些什麼?
我會分享建構網站的所 需要的技術與⼯工具
github作版本控管
trello管理專案進度
html,css,javascript
ruby on rails
基本上學完就可以出去 接案了(無誤)
有空的話會教⼀一些延伸 的知識,包含:
• devops • log management • redis • redmine
這⾨門課要學習的東⻄西很多 不過只要每週都有照著進度⾛走, 相信學期結束會有很多收穫。
整個學期學完,希望同 學會有基本的建置網站 與設計資料庫的能⼒力
助教課相關的⽂文件我都會放在下 ⾯面的連結 http://ocowchun.github.io/ web101/site/
Thanks