sebastian-huynh / mssql-queries

Demonstrating the ability to use DML and DDL sql queries to solve questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working in SQL Server Management Studio

Class project testing my ability to use DML and DDL based sql queries to solve data-related questions. Note that DML stands for data manipulation language commands used to alter the data itself while DDL stands for data definition language used to alter either database structure or its objects.

MSSQL Project Instructions: View Here
MSSQL Project Reflection Paper (regarding query execution): View Here

Individual .sql files, one for each query has been included in this repository for simplified review.

About

Demonstrating the ability to use DML and DDL sql queries to solve questions.


Languages

Language:TSQL 100.0%