Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assignments424fall24
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Keleher
assignments424fall24
Commits
14bbf346
Commit
14bbf346
authored
8 months ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
6b101d71
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assign1b.md
+29
-0
29 additions, 0 deletions
assign1b.md
with
29 additions
and
0 deletions
assign1b.md
0 → 100644
+
29
−
0
View file @
14bbf346
## CMSC424 Fall 2024 Assignment 1b: More SQL (v1.0)
*The assignment is to be done by yourself.*
Download Assignment 1b files
<a
href=
"https://ceres.cs.umd.edu/424/assign/assignment1bDist.tgz?2"
>
here
</a>
.
The following assumes you have gone through PostgreSQL instructions
and have ran some queries on the
`university`
database, and have
downloaded the above distribution. The included files are:
1.
populate.sql: The SQL script for creating the data.
1.
queries.py: The file where to enter your answer and to upload to Gradescope.
1.
SQLTesting.py: File to be used for running the queries (in
`queries.py`
) against the database.
1.
Dockerfile: Creates the
`elections`
database and populates it using
`populate.sql`
file.
### Getting started
As in Assignment 1, we have created and pre-populated
`elections`
for you.
### Schema
As before.
### Submission Instructions
Submit the
`queries.py`
file on Gradescope under
<a
href=
"https://www.gradescope.com/courses/811728/assignments/4669979"
>
Assignment 1b
</a>
.
## Relevance
Not only will this inform our later discussion of implementation
strategies, but the first test will either require you to write SQL
queries along these lines (w/ the elections databases), or critique
given queries.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment