Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 274 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 274 Bytes

CS135

''' su - postgres psql postgres=# CREATE USER assignment2 WITH PASSWORD 'Thoo6yat'; postgres=# CREATE DATABASE assignment2; postgres=# GRANT ALL PRIVILEGES ON DATABASE assignment2 to assignment2; ''' Run SQL files (or copy paste them) to make necessary tables.