This image shows the partial CREATE EXTERNAL TABLE Hive DDL command with the updated column label and datatype: CREATE EXTERNAL TABLE IF NOT EXISTS `default`.`taxidropoff_csv` ( `dropoff_city` VARCHAR(255), `pickup_hour_of_day` INT, `dropoff_airport` STRING, `dropoff_hour_of_day` INT, `dropoff_time_block` STRING,