Changes

Jump to navigation Jump to search
no edit summary
=Proposal for general timeline / overview / structure of projects=
==Regarding SQL database creation:==
*Create a folder in the Z: Drive that has the same name as the PSQL database
*Create a PSQL database that is all lowercase and has no spaces (the shorter the better)
*optional comment on work this table needs or the state it's in
==Regarding your database.sql file (etiquette and notation):==
*This ".sql" file is where you are going to write and save all of your code (you copy it out of here then paste it into terminal or putty to run it)
*Every time you create a table, precede the command with a "drop table" command with the table you are about to make

Navigation menu