-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q6. [個人技能題組][Backend] 架設 DB server。 #7
Comments
「於 2017/03/30 開始答題」 「2017/03/30,對題目進行提問,預計 2017/03/31 答題完成」 a. b. c. |
@dustfantasy 列出你這階段學到,覺得比較好用或常用的即可。想列幾個隨便你。 |
「於 2017/04/03 開始答題」 b. 什麼是 Relational DB?還有其他種類 DB 嗎?差異在哪? c. 為什麼存放資料要用 DB 不用 File?在資訊系統除了 DB, File 還有啥存放資料的選擇? |
「於 2017/04/05 開始答題」 |
「於2017/04/05 開始答題」 學會的指令 -Terminal- -MySQL- mysql> show databases; //秀出所有table
b. 什麼是 Relational DB? 還有其他種類 DB 嗎? 差異在哪? c. 為什麼存放資料要用 DB 不用 File?
在資訊系統除了 DB, File 還有啥存放資料的選擇? 「於2017/04/05 結束答題」 |
「於2017/04/20 開始答題」 a. DB client 可以幹嘛用?你學會了哪些 DB client 指令? 可以下sql指令、對資料庫操作 select 選擇資料表裡的欄位 b. 什麼是 Relational DB?還有其他種類 DB 嗎?差異在哪? 1.建立在關聯模型基礎上的資料庫,藉助於集合代數等數學概念和方法來處理資料庫中的資料。 |
「於 2017/05/31 開始答題」 我後來選了 postgresql,常聽到這個卻沒用過。 a.
b.
c.
「於 2017/06/01 結束答題」 |
寫程式只是電腦負責運算,資料總是要有地方可以儲存,所以有了所謂的資料庫(DataBase)。請在你的開發環境安裝一套 Relational DB server,如果不熟悉,也許 mariadb or postgresql 都是個選擇。
a. DB client 可以幹嘛用?你學會了哪些 DB client 指令?
b. 什麼是 Relational DB?還有其他種類 DB 嗎?差異在哪?
c. 為什麼存放資料要用 DB 不用 File?在資訊系統除了 DB, File 還有啥存放資料的選擇?
答題時間: 4hr
The text was updated successfully, but these errors were encountered: