Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.