Insert into the inputdata table: Give the MySQL command to insert a record with key 0 in the table to record 54.91 as the temperature in Chicago on 9 April 2008 at 11AM. mysql> insert into inputdata values -> (0,'Chicago','2008-04-09','11:00:00',54.91); Query OK, 1 row affected (0.00 sec)