https://github.com/sudarshanasrao/usc_csci-585_database-systems
USC graduate level Database Systems course
https://github.com/sudarshanasrao/usc_csci-585_database-systems
databases esri-arcgis json mongodb-atlas no-sql-databases postgresql-database sql sqlite-database xml
Last synced: 2 months ago
JSON representation
USC graduate level Database Systems course
- Host: GitHub
- URL: https://github.com/sudarshanasrao/usc_csci-585_database-systems
- Owner: SudarshanaSRao
- License: mit
- Created: 2024-10-15T00:33:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:44:51.000Z (over 1 year ago)
- Last Synced: 2025-03-20T10:51:54.324Z (about 1 year ago)
- Topics: databases, esri-arcgis, json, mongodb-atlas, no-sql-databases, postgresql-database, sql, sqlite-database, xml
- Language: Jupyter Notebook
- Homepage:
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# USC_CSCI-585_Database-Systems
### 🚀I was the Course Producer for this course during the Spring 2024 term (semester)✨
Welcome to the collection of my SQL assignments! All the SQL files in this repository were run on the **MS SQL Server Management System** during my coursework.
## Assignments
- **SQL Queries**: A collection of SQL queries for tasks like:
- Data retrieval using SELECT statements.
- Aggregation and group by queries.
- Joins and subqueries for data relationships.
- Data manipulation (INSERT, UPDATE, DELETE).
- Indexing and optimization techniques.
- Window functions and CTEs.
- **Database Design**: Includes various database design assignments where I created and modified tables, defined relationships, and enforced data integrity using constraints.
- **Stored Procedures & Functions**: Some assignments include the creation of stored procedures and user-defined functions to automate repetitive tasks and complex queries.
## Course Production
During the **Spring 2024 term**, I had the privilege of serving as the **Course Producer** for this SQL course. This role involved:
- Coordinating course materials and ensuring everything ran smoothly.
- Helping students with questions, assignments, and SQL-related issues.
- Organizing course resources and maintaining a collaborative learning environment.