This project is built for educational purpose. It's a T-SQL Project which contains complex features of T-SQL.
- T-SQL
- How to create a database from scratch
- How to use T-SQL functions
- How to use T-SQL index without index - with index
- How to use T-SQL triggers
- How to use T-SQL stored procedures
- How to use T-SQL views
- How to use T-SQL queries
- How to manage transactions
- and more..
- 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