Category: SQL

Transaction、ACID與隔離層級(Isolation Leve)

Transaction,大陸有人翻譯為交易或事務,但都同一個意思。 它是資料庫執行過程中的一個邏輯單位。比方說SELECT、INSERT、UPDATE,一個交易當中也可能包含多個行為,比方說查詢後更新。 Continue reading on Medium » Transaction,大陸有人翻譯為交易或事務,但都同一個意思。 它是資料庫執行過程中的一個邏輯單位。比方說SELECT、INSERT、UPDATE,一個交易當中也可能包含多個行為,比方說查詢後更新。Continue reading on Medium » Read More Sql on Medium #sql

Algorithm Performance

This question is from stratascratch.com Continue reading on Medium » This question is from stratascratch.comContinue reading on Medium » Read More Sql on Medium #sql

Distances Traveled

This is medium level question from stratascratch.com There is 2 table: lyft_rides_log, lyft_users Continue reading on Medium » This is medium level question from stratascratch.com There is 2 table: lyft_rides_log,…

SQLite and JOINS

Recently I had a need to refresh my knowledge of joins, it was rustic ancient knowledge. Continue reading on Medium » Recently I had a need to refresh my knowledge…