Submit to the designated Canvas assignment screenshots that show the following things.
Important! All screenshots must include your computer’s desktop in the background so that it is recognizable as your desktop.
Airport.all
Flight.all
Airport.find(2).departure_flights
Flight.find(3).departure_airport
psql --command="SELECT * FROM airports" practice_app_development
psql --command="SELECT * FROM flights" practice_app_development
Congratulations! You have completed this activity!