準備 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/
「sql group by first」的推薦目錄:
- 關於sql group by first 在 軟體開發學習資訊分享 Facebook 的精選貼文
- 關於sql group by first 在 Select first row in each GROUP BY group? - Stack Overflow 的評價
- 關於sql group by first 在 How to select the first row of each group? - DBA StackExchange 的評價
- 關於sql group by first 在 Select first row in each GROUP BYgroup - gists · GitHub 的評價
- 關於sql group by first 在 How Select first row in each group | PostgreSQL Tutorial 的評價
- 關於sql group by first 在 using aggregate functions on sub-sets of tables - Data ... 的評價
sql group by first 在 How to select the first row of each group? - DBA StackExchange 的推薦與評價
This solution also uses keep , but val and kind can also be simply calculated for each group without a subquery: select min(id) keep(dense_rank first order ... ... <看更多>
sql group by first 在 Select first row in each GROUP BYgroup - gists · GitHub 的推薦與評價
On Oracle 8i+, SQL Server 2005+, PostgreSQL 8.4+, DB2, Firebird 2.1+, Teradata, Sybase, Vertica: */. WITH summary AS (. SELECT p.id,. p.customer,. p.total,. ... <看更多>
sql group by first 在 Select first row in each GROUP BY group? - Stack Overflow 的推薦與評價
... <看更多>
相關內容