This document contains the SQL database schema and stored procedures created by Christopher Kaczor to be used with Microsoft SQL Server. It divides the code into 9 parts which need to be copied and pasted into SQL Server in numerical order to properly create the database tables, stored procedures, and populate the data. The code creates tables for vendors, items, online orders, and online customers and stored procedures to add data to each table. It also includes some additional stored procedures for analyzing order data.