Top Banner
.SQL Portfolio Name Email
13
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Sql portfolio block_flix

.SQL Portfolio

NameEmail

Page 2: Sql portfolio block_flix

BlockFlix Project

• Introduction: Create a movie rental database to track inventory, customers, membership types and payments.

• Project Goals: Create tables to store information, processes to handle new customers, rentals, lost/damaged movies, inventory, and reports.

Page 3: Sql portfolio block_flix

BlockFlix Project Table of Contents

• ERD Diagram• Reports• Stored Procedures for reports

Page 4: Sql portfolio block_flix

ERD Diagram

Page 5: Sql portfolio block_flix

Customer Membership Type Report

Page 6: Sql portfolio block_flix

Inventory All Stores

Page 7: Sql portfolio block_flix

Lost/Damaged Movies

Page 8: Sql portfolio block_flix

Most Active Customers

Page 9: Sql portfolio block_flix

Most Rented Movies

Page 10: Sql portfolio block_flix

Stored Procedure for Members by Membership Type

Page 11: Sql portfolio block_flix

Stored Procedure for Members that Rent the Most

Page 12: Sql portfolio block_flix

Stored Procedure for Store Inventory

Page 13: Sql portfolio block_flix

Stored Procedure for Most Rented Movies