From 4376f07fee6da723643558af7aba8b14341bf3c9 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Mon, 19 Aug 2024 18:57:25 -0400 Subject: [PATCH] auto --- assign1.md => assign1a.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename assign1.md => assign1a.md (96%) diff --git a/assign1.md b/assign1a.md similarity index 96% rename from assign1.md rename to assign1a.md index 20434a1..a49c20c 100644 --- a/assign1.md +++ b/assign1a.md @@ -1,11 +1,11 @@ -## 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>. -- GitLab