Skip to content

bryan7zhang/T-SQL_Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Data Management in MS SQL Server

This project demostrates tools and processes for data modeling in Relational Database Management Systems (RDBMS) using Microsoft SQL Server. Topics include SQL data definition language (DDL), SQL data manipulation language (DML), views, security, transaction management, triggers and stored procedures.

The Databases

This project focuses on two databases, BookStore database and Supplychain database, that are used to study SQL fundamental design concepts and industry standards.

Bookstore Database

This database contains 11 tables, the Entity Relational Diagram (ERD) as following:

bookstoreERD

To explore the SQL techniques and the characteristics of relational models in database design and transaction management in MS SQL Server, this project covers four main sections:

PART-I: Basic SQL Statements and Functions

PART-II: Table Manipulations

PART-III: Case, Views, Subqueries, Indexes

PART-IV: Variables, Sequence Control, Stored Procedures, Triggers

Supplychain Database

N/A

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages