Ep. 16 - BigQuery Tutorial

Опубликовано: 12 Март 2025
на канале: Tech Tutorials with Piyush
2,198
40

In this video, we'll explore the world of BigQuery. BigQuery is a massively scalable data warehousing platform that enables you to analyze your data in minutes, not hours or days.

In this episode, we'll cover everything you need to know to get started with BigQuery. We'll walk you through the basics of deploying a BigQuery instance, setting up your data, and getting started with data analysis.

So if you're looking to beef up your data analytics prowess, be sure to check out this tutorial on BigQuery!

This is the 16th video in the “🙏Namaste Google Cloud” series where I publish GCP videos weekly. I have designed the playlist keeping in mind the beginners to advance levels so, if you have never worked with GCP before, don't worry, I have got you covered.

I will walk you through all the essential concepts of BigQuery using a hands-on demo.

Below Topics covered in this video:
What is Google BigQuery
How to create a dataset and table in Google BigQuery
How to analyze billing data with Google BigQuery
How to query public datasets with Google BigQuery

At the end of this video, we will also do some knowledge checks with sample exam questions if you are preparing for GCP Associate Cloud Engineer Certification.

🔥 Check out our GCP playlist Namaste Google Cloud - GCP Tutorial for beginners    • Namaste Google Cloud, GCP Tutorials f...  

🔥Below is the playlist for "Jenkins Tutorial for Beginners":    • #1 What is DevOps ,Agile and CICD  


🔥 Check out our complete AWS Playlists here:
   • AWS (Amazon Web Services) tutorials  
   • AWS Certified Cloud Practitioner  
   • AWS Certified SysOps Administrator  
   • AWS Certified Solutions Architect  
   • AWS Networking  

Check out our Azure Playlists here:
   • Microsoft Azure Tutorials  
   • Microsoft Azure Data Fundamentals (DP...  

🔥Check out our DevOps Playlist here:
   • DevOps Tutorial for beginners  

Subscribe to our channel to get notified about the latest videos.
🔥    / techtutorialswithpiyush  

Connect with me 👋
LINKEDIN: ►
  / piyush-sachdeva  
TWITTER: ►
  / techie_piyush  

Join our learning communities 👋
  / 1015771332531944  
  / 12561913  

References 📚:
https://cloud.google.com/bigquery/pri...
https://cloud.google.com/bigquery/pub...
https://cloud.google.com/bigquery/doc...

Sample SQL query used in the demo:

SELECT A.stn,B.year FROM `bigquery-public-data.noaa_gsod.gsod1929` A, `bigquery-public-data.noaa_gsod.gsod1930` B
where A.stn = b.stn
LIMIT 10

#techtutorialswithpiyush #googlecloud #bigquery