Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghazaleze/flower-shop-datebase
for a flower shop with online and non-online purchases
https://github.com/ghazaleze/flower-shop-datebase
database flower-shop kivy-framework sql sql-server transactional-database
Last synced: 30 days ago
JSON representation
for a flower shop with online and non-online purchases
- Host: GitHub
- URL: https://github.com/ghazaleze/flower-shop-datebase
- Owner: GhazaleZe
- License: mit
- Created: 2020-05-21T17:32:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T19:04:35.000Z (about 4 years ago)
- Last Synced: 2024-10-14T06:40:26.669Z (30 days ago)
- Topics: database, flower-shop, kivy-framework, sql, sql-server, transactional-database
- Language: SQLPL
- Homepage:
- Size: 1.13 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flower Shop Database
> I used Microsoft **SQL Server Management Studio 18** for this project.
## Goal
A Flower Shop database, Which customers can purchase from the shop or online.
### CreatTable.sql:
This file contains queries for creating the required tables of this flower shop.
The order of creating is important because of foreign keys.
### Insert.sql :
This file contains queris for inserting test data to tables. Be patient while inserting data. ;)
Note that I used **IDENTITY** for primary keys of the many tables and deleting some data you may have problems with adding the same data to the database because of FKs.
### Queries_Phase2.sql:
This file contains queris for creating views and function that may be needed in the shop.
It also contains some useful and repetitive queries.
### diagram_flowershop.pdf:
The diagram of the Flower Shop database which is created by SQL Server Management Studio.
It helps with analyzing the database rapidly.
### Support:
Reach out to me at [email protected].