Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehikmin/sql-exercises
Database course assignment SQL codes.
https://github.com/lehikmin/sql-exercises
sql sql-query sql-server
Last synced: 11 days ago
JSON representation
Database course assignment SQL codes.
- Host: GitHub
- URL: https://github.com/lehikmin/sql-exercises
- Owner: Lehikmin
- Created: 2024-12-18T10:44:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:58:40.000Z (22 days ago)
- Last Synced: 2025-01-19T14:38:46.175Z (13 days ago)
- Topics: sql, sql-query, sql-server
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Database course assignment codes, where I have used **SQL Server** and **SQL Server Management Studio (SSMS)**.
Exersice1: The basic SQL commands, create table, insert, select, and delete.
Exersice2: Select commands.
Exersice3: Join commands.
Exersice4: Aggregate Functions.
Exercise5: Subqueries, Set Operations, Updates.
Exercise6: Information schema, views.