SQL筆記 - MrBearTW/TCFST GitHub Wiki

Schema 表格剛要

UML 參考資料 https://github.com/macdidi5/UMLTutorial http://tx.liberal.ntu.edu.tw/InfoMgt/Jx/IS_IM/UML.htm

線上網頁空間(有MySQL) https://www.000webhost.com/free-website-sign-up

不錯SQL教學網站 http://www.1keydata.com/tw/sql/sql.html

phpMyAdmin 網路介面使用 http://127.0.0.1/

C:\AppServ\MySQL\bin\mysql.exe -u root -p

show databases; 所有DB

use mysql 使用

describe user; 使用者

union是加法 join是乘法

線性結構

監督式 分類 有或沒有(癌症) Clustering 非監督式 分群 有誤差 沒有明確目標 K-means

set autocommit = 1; set autocommit = 0; show session variables where variable_name = 'autocommit';

@@ 是系統變數 @ 區域變數 SET @變數名稱 = 值

SELECT <欄位或函數串列> FROM <表格串列> WHERE <條件> GROUP BY <群組欄位> HAVING <群組條件> ORDER BY <欄位>

cursor 資料指標 15-17

處發程序16章

edX 免費 微軟SQL教學 https://www.edx.org/course/querying-data-transact-sql-microsoft-dat201x

⚠️ **GitHub.com Fallback** ⚠️