Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sebastian-huynh/mssql-queries
- Owner: sebastian-huynh
- Created: 2023-12-15T09:22:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T08:24:39.000Z (about 1 year ago)
- Last Synced: 2024-10-13T07:21:15.944Z (3 months ago)
- Topics: mssql, mssql-database, server-side, sql, sql-server
- Language: TSQL
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_.