Vehicle Schema Instructions

You are in charge of implementing the schema found in database-schema.png. You will implement the database using SQL. After it, you will drop the database and implement it again using Sequelize.

Before you start, create a user called “vehicles_app” with a password and CREATEDB privileges.

    const { Person, VehicleType, Vehicle } = require('./models');

Using the Sequelize query syntax, prepare three functions that will return the values specified in these queries:

- Find all People who own "Ford" "Focus"'s
- Find all People who own Trucks
- Find all Vehicle Types owned by "Kris"'s