A collaborative SQL Server database project completed as part of coursework
- Database schema with tables, indexes, and constraints
- Sample data population
- Stored procedures, views, and triggers
- Full database backup
/sql: Sql scripts/docs: Project documentation and overview/backup: Backup database (.bak) file
- Microsoft SQL Server
- T-SQL
- SQL Server Management Studio (SSMS)
To create the database, simply run the script below in SQL Server Management Studio (SSMS):
-- file: /sql/full-database-script.sql