Note 29.2.3.
Don’t worry about memorizing all of the columns, you can check back here as needed.
trip_data table has all of the information about individual trips that were made. Each row in a table is a record - here, each record is an individual trip someone made.

trip_data:
| Column Name | Description |
|---|---|
| index | A unique number that identifies the trip |
| duration | The time in seconds of the trip |
| start_date | Date and time the bike was checked out |
| end_date | Date and time the bike was returned |
| start_station | Station number the bike was checked out at |
| end_station | Station number the bike was returned at |
| bike_number | Which bike was used |
| member_type | Type of user - Casual (one time), or Member |
