0% found this document useful (0 votes)
11 views2 pages

10.20240803 0800 ClassNotes

Uploaded by

laxmishanthib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

10.20240803 0800 ClassNotes

Uploaded by

laxmishanthib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Bigquery services

what is bigquery service?


what is the purpose of bigquery?
what is DWH?
Features of Bigquery?
Practicals on bigquery -->
- how to connect to bigquery service
- how to create database
- how to create a table
- how we need to insert the data

*******************************************************************
Approach1: [Sql queries]
---------
GCP Console --> Bigquery --> [Sql queries]
- how to create database
- how to create a table
- how we need to insert the data

Approach2: [Console options]


---------

- how to create database [beside project name we need to click on 3 dots


==> ]
- how to create a table
- how we need to insert the data

cdebatch32 ==>
customer [I want to maintain this table only for 7 days]

Bigquery:

Two types of the tables [either today or tomorrow]

1. Native table or internal table or managed tables


2. External table

partititon & clustering : [3 4 days]

requirement is I want to load 1L records into my table ==> you are having all these
1L records in a file ==> then with out writing any insert statements by using
console options directly we can load data into our tables.

Empty - If you want to create a empty table


Upload - to upload data from local system to bigquery table
- I want to get column names automatically from the file
- I want to get datatypes also autoamtically

==> I sent file in telegram group


==> Please download that file in to your C drive D crive

GCS ==>
a) create a bucket [cloud sdk commands]
b) in this bucket I want to upload emp.csv file [cloud sdk commands]
c) bigquery table by using above bucket file

Assignment: Try to load data from Drive your own. [exploration/practice]

How many ways to create table in BQ:


1. Console - SQL queries
2. COnsole - Console options
- empty
- gcs table
- upload table
- drive table
3. Cloud SDK shell

Native table/exteranl table / BQ architecture

***************************************************************************

You might also like