项目作者: GhazaleZe

项目描述 :
for a flower shop with online and non-online purchases
高级语言: SQLPL
项目地址: git://github.com/GhazaleZe/Flower-Shop-Datebase.git
创建时间: 2020-05-21T17:32:41Z
项目社区:https://github.com/GhazaleZe/Flower-Shop-Datebase

开源协议:MIT License

下载


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 ghazalze@yahoo.com.