Skip to content

A class project completed with a partner that focuses on outlining the beginning stages of creating a database for a company. In our project, we chose OpenTable, a restaurant reservation service.

Notifications You must be signed in to change notification settings

Jiatonglii22/OpenTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTable

A class project completed with a partner that focuses on outlining the beginning stages of creating a database for a company. In our project, we chose OpenTable, a restaurant reservation service.

To run: PostgreSQL needs to be installed

To initialize the database, type the following (without '%') in the command line:

% psql -d postgres -U isdb -f initialize.sql

To run individual SQL queries, type python (without '%') followed by the python file name in the command line:

example: % python complex_query_1.py

About

A class project completed with a partner that focuses on outlining the beginning stages of creating a database for a company. In our project, we chose OpenTable, a restaurant reservation service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published