Skip to content
Snippets Groups Projects
Commit 4376f07f authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent cff500b1
No related branches found
No related tags found
No related merge requests found
## CMSC424 Fall 2023 Assignment 1: SQL
## CMSC424 Fall 2023 Assignment 1a: SQL
### Due Sep 8, 11:59pm.
*The assignment is to be done by yourself, do not turn in AI-generated work.*
You **will** need to create SQL queries on the first exam.
The following assumes you have gone through PostgreSQL instructions and have ran some queries on the `university` database.
Download the Assignment 1 distribution <a href="https://ceres.cs.umd.edu/424/assign/assignment1Dist.tgz">here</a>.
Download the Assignment 1a distribution <a href="https://ceres.cs.umd.edu/424/assign/assignment1aDist.tgz">here</a>.
The resulting files are:
1. populate.sql: The SQL script for creating the data.
......@@ -80,5 +80,5 @@ Before running `SQLTesting.py`, you also need to install `psycopg2`:
## Submission Instructions
See `queries.py` for queries to write.
Submit your altered `queries.py` to Gradescope at <a href="https://www.gradescope.com/courses/535193/assignments/2852219">Assignment 1</a>.
Submit your altered `queries.py` to Gradescope at <a href="https://www.gradescope.com/courses/535193/assignments/2852219">Assignment 1a</a>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment