Project
Accessing Databases through JDBC in Java
Course info
Level
Beginner

Updated
Mar 31, 2020

Duration
1h 30m

Table of contents
Setup
1h
Connect to the database
5m
Get information about an order
5m
Update the status of an order
5m
Delete orders
5m
Insert an Order
15m
Get the total amount of all paid orders of a customer
5m
Description
Course info
Level
Beginner

Updated
Mar 31, 2020

Duration
1h 30m

Description
in this project, you'll use JDBC to build the persistence layer of a command-line application for managing the orders of an e-commerce store.
About the author