Це відео не доступне.
Перепрошуємо.

Google BigQuery Versus Snowflake Comparison, Main Points, Query Results, AI/ML SQL Queries

Поділитися
Вставка
  • Опубліковано 16 сер 2024
  • This video tells Google BigQuery and Snowflake Comparison, Main Points and Query Results. Also it shows BigQuery AI/ML Queries which are pasted in comment section of this video. Thank You for watching this video!!!

КОМЕНТАРІ • 4

  • @Gogeeko
    @Gogeeko  2 роки тому +2

    --Below are all Google BigQuery AI/ML - Classification Model SQL Queries I showed in the video
    SELECT
    *
    FROM
    `bigquery-public-data.ml_datasets.census_adult_income`
    LIMIT
    100;
    CREATE OR REPLACE VIEW
    `tba.input_view` AS
    SELECT
    age,
    workclass,
    native_country,
    marital_status,
    education_num,
    occupation,
    race,
    hours_per_week,
    income_bracket,
    CASE
    WHEN MOD(functional_weight, 10)

  • @raghu7174
    @raghu7174 Рік тому

    Wonderful comparison. Looks like GCP is the way!

  • @adityabaha
    @adityabaha Рік тому

    Great comparison! Thanks

  • @AessamL
    @AessamL Рік тому

    Nice one!
    I know this is old and i could be mistaken but i've noticed at the end of the video Bigquery costs around 1.9 $ while Snowflake costs around 0.8 $ am i correct on this?