Como carregar dados de corridas de táxi no Google Cloud SQL 2.5 avaliações
38018 avaliações
Velusamy M. · Revisado há almost 3 years
Melissa S. · Revisado há almost 3 years
Sushma A. · Revisado há almost 3 years
abhishek k. · Revisado há almost 3 years
Martin G. · Revisado há almost 3 years
srilekha b. · Revisado há almost 3 years
Nithin B. · Revisado há almost 3 years
GAVIREDDI R. · Revisado há almost 3 years
Indodip R. · Revisado há almost 3 years
danilo b. · Revisado há almost 3 years
Mohamed B. · Revisado há almost 3 years
Aspen P. · 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
Mohanraj R. · Revisado há almost 3 years
Brian L. · Revisado há almost 3 years
Vivek J. · Revisado há almost 3 years
Pakki V. · Revisado há almost 3 years
Mario M. · Revisado há almost 3 years
Niamh M. · Revisado há almost 3 years
Satyaki S. · Revisado há almost 3 years
Andre W. · Revisado há almost 3 years
SATYAM K. · Revisado há almost 3 years
Pavla C. · Revisado há almost 3 years
Zied M. · Revisado há almost 3 years
Kailashnath V. · 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.