Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastian-huynh/mssql-queries

Demonstrating the ability to use DML and DDL sql queries to solve questions.
https://github.com/sebastian-huynh/mssql-queries

mssql mssql-database server-side sql sql-server

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/sebastian-huynh/mssql-queries/blob/15b41114639fee960851aecd5ce274557936fd5e/CIS3050-Project2_Fall_2023.pdf)

**MSSQL Project Reflection Paper (regarding query execution):** [View Here](https://github.com/sebastian-huynh/mssql-queries/blob/e975406830a43b56a1e0a732f711823f9b365756/MSSQL%20Project%20Reflection.pdf)


_Individual .sql files, one for each query has been included in this repository for simplified review_.