Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 709 Bytes

File metadata and controls

6 lines (5 loc) · 709 Bytes

Databases 3 final assignment repository

This repository is the final hand in for a databases 3 assignment in which a quote database is implemented in T-SQL for Microsoft SQL Server. The database stores information about customers and suppliers, and which items they buy and sell as components. Components can be assemblies which hold components or other assemblies, and to sanity check this the scripts include functionality to check if an assembly is cyclic; That is, it holds another copy of itself, which clearly isn't possible in any real world scenario.