Basic SQL scripts to get you started
Useful repo with additional links.
Repo with SQL Data Warehouse
- (branch) IntroToSQLServer
Provides a basic script to get you started creating databases, tables, queries, and user logins.
- (branch) RetrieveDataSingleTable
Provides a script to retrieve data from a single relational database table using the SQL language.