10.20240803 0800 ClassNotes
10.20240803 0800 ClassNotes
*******************************************************************
Approach1: [Sql queries]
---------
GCP Console --> Bigquery --> [Sql queries]
- how to create database
- 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:
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.
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
***************************************************************************