Quantcast
Channel: sql standard – Java, SQL and jOOQ.
Viewing all articles
Browse latest Browse all 30

Functional Dependencies in SQL GROUP BY

$
0
0
The SQL standard knows an interesting feature where you can project any functional dependencies of a primary (or unique) key that is listed in the GROUP BY clause without having to add that functional dependency to the GROUP BY clause explicitly. What does this mean? Consider this simple schema: CREATE TABLE author ( id INT … Continue reading Functional Dependencies in SQL GROUP BY

Viewing all articles
Browse latest Browse all 30

Latest Images

Trending Articles



Latest Images