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

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 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)

  • @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?

  • @raghu7174
    @raghu7174 2 года назад

    Wonderful comparison. Looks like GCP is the way!

  • @adityabaha
    @adityabaha 2 года назад

    Great comparison! Thanks