Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 400 Bytes

File metadata and controls

10 lines (7 loc) · 400 Bytes

Backend week 5 assignment

Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/backend-week-5-assignment

Implementation Instructions

Task 1: library DDL

Write your DDL statements to create the tables for the database in the task-1/schema.sql file.

Task 2: Java CRUD

Write your Java code to perform CRUD in the task-2 folder.