🏷️
database
3 articles tagged with "database"
Tech Feeds
data
FLOSS Weekly Episode 861: Big Databases with OpenRiak
This week Jonathan chats with Nicholas Adams about OpenRiak! Why is there a Riak and an OpenRiak, which side of the CAP theorem does OpenRiak land on, and why is …read more
programming
SQL Aggregations Finally Made Sense: GROUP BY, HAVING, MIN, MAX, AVG
Today was one of those SQL days where things look simple… until you actually write the query. I focused on GROUP BY, HAVING, and the basic aggregate functions: MIN, MAX, and AVG. These are things I’ve...