Como carregar dados de corridas de táxi no Google Cloud SQL 2.5 avaliações

38018 avaliações

Darla M. · Revisado há almost 3 years

0516 m. · Revisado há almost 3 years

Hamza a. · Revisado há almost 3 years

Asutosh P. · Revisado há almost 3 years

Naveen Kumar P. · Revisado há almost 3 years

Ismael Z. · Revisado há almost 3 years

Dasari R. · Revisado há almost 3 years

Srilaxmi Priyadarsini S. · Revisado há almost 3 years

Abhishek J. · Revisado há almost 3 years

Darla M. · Revisado há almost 3 years

Sourav M. · Revisado há almost 3 years

Nikhil Abhiram Naidu M. · Revisado há almost 3 years

Darla M. · Revisado há almost 3 years

Ruchika S. · Revisado há almost 3 years

Sowjanyaa A. · Revisado há almost 3 years

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. · Revisado há almost 3 years

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. · Revisado há almost 3 years

Milan k. · Revisado há almost 3 years

hiroshi t. · Revisado há almost 3 years

vaishnavi b. · Revisado há almost 3 years

SANTHOSH D. · Revisado há almost 3 years

ANSHU A. · Revisado há almost 3 years

Saravanakkumar R. · Revisado há almost 3 years

Pranav A. · Revisado há almost 3 years

Avinash K. · Revisado há almost 3 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.