準備 156 個流行的真實世界 SQL 面試問題,並自信地走進面試,對於你會被問的各類型問題胸有成竹。 給面試官留下深刻的印象
測驗包含以下資料庫和 SQL 主題的問題:
Databases Core Concepts
Normalization (First Normal Form, Second Normal Form, Third Normal Form)
Relationships
SQL Queries Basics
SELECT statement and syntax
SQL Data Types
WHERE operators: comparison operators, LIKE, BETWEEN, IN
Scalar Functions
Aggregate Functions (SUM, COUNT, MIN, MAX, AVG)
GROUP BY
ORDER BY
JOINS (INNER JOIN, RIGHT and LEFT JOIN, OUTER JOIN, CROSS JOIN)
Set Theory (INTERSECT, UNION, MINUS)
Subqueries
INSERT, UPDATE, DELETE
DML vs DDL vs DCL
DDL: CREATE, DROP, ALTER
Constraints
Indexes
DCL privileges: GRANT, REVOKE
Transactions
Views
Triggers
Cursors
https://softnshare.com/2018/06/09/sql-interview-questions/
同時也有2部Youtube影片,追蹤數超過3萬的網紅孫在陽,也在其Youtube影片中提到,從Excel到Power BI的大數據分析-11.串檔、DAX函數、Calculate、Related,計算, DAX函數是Power BI最不容易懂的部份,但對於數據分析,是最重要的關鍵。 資料串聯(cross join)有inner、left、right、all等,四種資料串聯都很重要。但這部份...
「left join,right join」的推薦目錄:
- 關於left join,right join 在 軟體開發學習資訊分享 Facebook 的精選貼文
- 關於left join,right join 在 軟體廚房 Facebook 的精選貼文
- 關於left join,right join 在 孫在陽 Youtube 的最佳貼文
- 關於left join,right join 在 prasertcbs Youtube 的最讚貼文
- 關於left join,right join 在 Change RIGHT JOIN into LEFT JOIN [duplicate] - Stack Overflow 的評價
- 關於left join,right join 在 SQL Joins Difference (Inner/Left/Right/Full/Outer Joins) 的評價
- 關於left join,right join 在 Reason to prefer RIGHT JOIN over LEFT JOIN 的評價
- 關於left join,right join 在 full outer join - union all的区别 - kk Blog —— 通用基础 的評價
left join,right join 在 軟體廚房 Facebook 的精選貼文
一次搞懂
INNER JOIN
LEFT JOIN
RIGHT JOIN
OUTER JOIN
LEFT JOIN EXCLUDING INNER JOIN
RIGHT JOIN EXCLUDING INNER JOIN
OUTER JOIN EXCLUDING INNER JOIN
.
https://www.codeproject.com/articles/33052/visual-representation-of-sql-joins
.
感謝 Super SQL Server 社團的分享
#SQLJoins
left join,right join 在 孫在陽 Youtube 的最佳貼文
從Excel到Power BI的大數據分析-11.串檔、DAX函數、Calculate、Related,計算,
DAX函數是Power BI最不容易懂的部份,但對於數據分析,是最重要的關鍵。
資料串聯(cross join)有inner、left、right、all等,四種資料串聯都很重要。但這部份都是做橫向的資料擴展。
00:20 範例下載
07:10 認識資料串聯cross join
13:10 left 資料串聯
31:10 取消資料串聯,恢復原初始資料狀況
32:20 right 資料串聯
33:55 Null在Power BI預設為0
34:30 Inner 資料串聯
35:50 All 資料串聯
50:10 各城市銷售額
52:10 新增資料表
left join,right join 在 prasertcbs Youtube 的最讚貼文
แสดงการเชื่อมตารางแบบ Outer join
Download a sample database file (Yummi2012) from http://goo.gl/p5JlUQ
Download SQL script from
http://goo.gl/bE1b4r (ตัวอย่างที่ 1)
http://goo.gl/mREwFZ (ตัวอย่างที่ 2)
============
playlist สอน Microsoft SQL Server 2012, 2014, 2016
https://www.youtube.com/watch?v=IQdjbBrm38s&list=PLoTScYm9O0GH8gYuxpp-jqu5Blc7KbQVn
============
playlist สอน SQLite
https://www.youtube.com/watch?v=BL1ncKBW3jw&list=PLoTScYm9O0GHjYJA4pfG38M5BcrWKf5s2
============
playlist การใช้ Excel ในการทำงานร่วมกับกับฐานข้อมูล (SQL Server, MySQL, Access)
https://www.youtube.com/watch?v=HfKl6eOfNFo&list=PLoTScYm9O0GGA2sSqNRSXlw0OYuCfDwYk
============
playlist การเชื่อมต่อกับฐานข้อมูล (SQL Server, MySQL, SQLite) ด้วย Python
https://www.youtube.com/watch?v=2n2SLFET-GU&list=PLoTScYm9O0GEdZtHwU3t9k3dBAlxYoq59
============
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่
https://www.youtube.com/subscription_center?add_user=prasertcbs
left join,right join 在 SQL Joins Difference (Inner/Left/Right/Full/Outer Joins) 的推薦與評價
In this video, we are going to take a look at what's the difference between inner join, outer join, right join, left join and full join in ... ... <看更多>
left join,right join 在 Reason to prefer RIGHT JOIN over LEFT JOIN 的推薦與評價
No, a left join almost always captures what you need most succinctly and is easier to reason about. At my workplace, we actually have a standard ... ... <看更多>
left join,right join 在 Change RIGHT JOIN into LEFT JOIN [duplicate] - Stack Overflow 的推薦與評價
... <看更多>