Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/learn-sqlserver
SQL Server Fundamentals
https://github.com/eneax/learn-sqlserver
sql-server sql-server-database sqlserver
Last synced: about 1 month ago
JSON representation
SQL Server Fundamentals
- Host: GitHub
- URL: https://github.com/eneax/learn-sqlserver
- Owner: eneax
- Created: 2018-10-17T06:31:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T08:45:10.000Z (about 6 years ago)
- Last Synced: 2024-11-05T09:51:31.567Z (3 months ago)
- Topics: sql-server, sql-server-database, sqlserver
- Language: PLSQL
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Server Fundamentals
This repo contains several exercises that cover the basics of SQL Server: from SELECT statements to retrieve data from SQL Server databases to INSERT, UPDATE, and DELETE statements to modify data.
Exercises based on "AdventureWorks2012 Data File" sample database.