comp426-2022-fall / assignments

This repository contains information about and links to assignment invites and
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Comprehensive Final Task 4: Do we Need to Fill in Table? #8

Closed bdhack23 closed 1 year ago

bdhack23 commented 1 year ago

For task 4 on the comprehensive exam, I was curious as to whether or not we are supposed to go through the stuff in the info.db file and put it into the table we create if one does not already exist. Or are we just supposed to create a blank table if a table does not already exist?

jdmar3 commented 1 year ago

You just need the middleware to create a table with the requested columns if one does not exist.

bdhack23 commented 1 year ago

Thank you for the clarification!