computers: zip files for project
Are we supposed to take all the sql file straight from sql and send them all to Prof. Gibson, or should i take all of the files and compile them into word and send you those via zip?
Here's what I would do. I would take all my create statements and put them in one SQL file, all my drop statements the same, and all my insert statements the same. When I created foreign key constraints, I would probably put them at the end of the create statements file. Then I would test that I could run my drop file and have it drop all tables and views. Then I would run my create file and make sure it could create everything. Then I would add my data. I would probably put my code for showing views in another file.