Loading Taxi Data into Google Cloud SQL 2.5 Reviews

38018 reviews

Darla M. · Reviewed almost 3 years ago

0516 m. · Reviewed almost 3 years ago

Hamza a. · Reviewed almost 3 years ago

Asutosh P. · Reviewed almost 3 years ago

Naveen Kumar P. · Reviewed almost 3 years ago

Ismael Z. · Reviewed almost 3 years ago

Dasari R. · Reviewed almost 3 years ago

Srilaxmi Priyadarsini S. · Reviewed almost 3 years ago

Abhishek J. · Reviewed almost 3 years ago

Darla M. · Reviewed almost 3 years ago

Sourav M. · Reviewed almost 3 years ago

Nikhil Abhiram Naidu M. · Reviewed almost 3 years ago

Darla M. · Reviewed almost 3 years ago

Ruchika S. · Reviewed almost 3 years ago

Sowjanyaa A. · Reviewed almost 3 years ago

create database if not exists bts; use bts; drop table if exists trips; create table trips ( vendor_id VARCHAR(16), pickup_datetime DATETIME, dropoff_datetime DATETIME, passenger_count INT, trip_distance FLOAT, rate_code VARCHAR(16), store_and_fwd_flag VARCHAR(16), payment_type VARCHAR(16), fare_amount FLOAT, extra FLOAT, mta_tax FLOAT, tip_amount FLOAT, tolls_amount FLOAT, imp_surcharge FLOAT, total_amount FLOAT, pickup_location_id VARCHAR(16), dropoff_location_id VARCHAR(16) ); This task dont work. I cant finish this lab

Mario M. · Reviewed almost 3 years ago

create database if not exists bts; use bts; drop table if exists trips; create table trips ( vendor_id VARCHAR(16), pickup_datetime DATETIME, dropoff_datetime DATETIME, passenger_count INT, trip_distance FLOAT, rate_code VARCHAR(16), store_and_fwd_flag VARCHAR(16), payment_type VARCHAR(16), fare_amount FLOAT, extra FLOAT, mta_tax FLOAT, tip_amount FLOAT, tolls_amount FLOAT, imp_surcharge FLOAT, total_amount FLOAT, pickup_location_id VARCHAR(16), dropoff_location_id VARCHAR(16) ); This task dont work. I cant finish this lab

Mario M. · Reviewed almost 3 years ago

Milan k. · Reviewed almost 3 years ago

hiroshi t. · Reviewed almost 3 years ago

vaishnavi b. · Reviewed almost 3 years ago

SANTHOSH D. · Reviewed almost 3 years ago

ANSHU A. · Reviewed almost 3 years ago

Saravanakkumar R. · Reviewed almost 3 years ago

Pranav A. · Reviewed almost 3 years ago

Avinash K. · Reviewed almost 3 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.