Using the database structure generated in Lab Activity 1, write transactions in SQL to accomplish the following tasks: Generate a new record in the sales column and mark the vehicle in question as sold. Insert a new vehicle. This should add a row to the vehicle table and insert records into other tables (make, model, etc.) when needed. Relocate a vehicle from one dealership to another.