← Back to Dashboard

Day 7: Practice Exercises

Hands-On SQL Assignments

Scenario: You are the database developer for a bookstore. You need to write reusable code blocks for the web application to use. You are working with a table named Books (BookID, Title, Author, Genre, Price, StockQuantity).

Task 1: The Basic Procedure

Task 2: Single Input Parameter

Task 3: Multiple Input Parameters (Data Manipulation)

Task 4: Procedure Maintenance