From 512109e762309f9498a79c3a1845a6d409f257f5 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Fri, 29 Sep 2023 13:55:47 -0400 Subject: [PATCH] auto --- assign4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assign4.md b/assign4.md index ac79acb..790b18a 100644 --- a/assign4.md +++ b/assign4.md @@ -14,6 +14,8 @@ Ensure that the Vagrantfile has loaded the `flightsskewed` database, together with tables populated from `large-skewed.sql`. Use `flightsskewed` for all parts of this assignment. +## Your Tasks + **Task 1: External clients (25 pts)**: One of more prominent ways to use a database system is using an external client, using APIs such as ODBC and JDBC, or the Python DB-API 2.0 specification. -- GitLab