https://github.com/elon-fask/brief6
https://github.com/elon-fask/brief6
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elon-fask/brief6
- Owner: elon-fask
- Created: 2022-06-06T09:10:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T11:03:53.000Z (about 3 years ago)
- Last Synced: 2024-12-28T03:14:27.956Z (6 months ago)
- Language: Java
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brief6
in this project,
i put myself to the test of how to handle more than one table on a database, so configuring how to.about the main idea :
its all about the CRUD principal, in which we CREATE READ USE and DELETE data,
we mimic the idea of a product managing system(product is Cars)the admin is able to add see find delete products(car)
____________________ add see find delete Category
listing products(car) under one categorySo i mentions before that i need to create and/or manage two tables in a database,
here's the [dataset](https://github.com/Elon-Fask/brief6/blob/main/dataset.sql)## Preview
#### - we run the file main.java

#### - we choose an operation
#### - then we are free to add create see and or delete products(car) or Category