← Back to Dashboard

Comprehensive Practice: Core SQL Operations

Hands-On Assignment: Retail Store System

Scenario: You are tasked with creating the backend database for a new online retail store. You need to set up the database, create tables for categories and products, enforce data rules, and populate it with sample data.

Task 1: Database Management

Task 2: Table Creation & Constraints

Ensure you are executing these against the RetailStoreDB database.

Task 3: Data Manipulation (INSERT & SELECT)

Task 4: Data Manipulation (UPDATE & DELETE)

Task 5: Cleanup Operations