How to Train a Model to Predict Next-Day Rain with Google BigQuery ML

It's surprisingly quick and simple to predict the future with the all-too-familiar SQL syntax.

Explore Arrays and Structs for Better Query Performance in Google BigQuery

Stepping up your SQL query game with these 2 advanced SQL concepts is easier than you think. Don’t miss out!

3 Useful SQL Features You Should Start Using in 2021

It's time to take your queries up a notch with Date Partition, Analytic Window Functions and WITH clause!

Counting unique elements faster in Google BigQuery with HyperLogLog

With HyperLogLog algorithm, we trade off some accuracy to get the job done faster. But how much faster and at the expense of what level of accuracy?