Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.08 KB

File metadata and controls

46 lines (33 loc) · 1.08 KB

COURIER MANAGEMENT SYSTEM

This project is built for educational purpose. It's a T-SQL Project which contains complex features of T-SQL.

Tech Stack

  • T-SQL

What I learned from this project

Run Locally

  • Clone the project
  git clone https://github.com/ourcelik/NetworkClone.git
  • Execute the scripts in your SQL Server Management Studio in following order
  1- creation.sql
  2- insertion.sql
  3- function.sql
  4- sp.sql
  5- trigger.sql
  6- view.sql
  7- query.sql

Contributors