Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—„οΈ Database Design & Management System

πŸ“Œ Overview

Hands-on SQL lab work covering relational database design, table creation, data manipulation, and query optimization using MySQL Workbench. All work completed in a real MySQL environment applying industry-standard practices.

πŸ₯ Healthcare IT Relevance

  • Database design skills directly applicable to Electronic Health Records (EHR) systems
  • SQL querying used in clinical data reporting and patient record management
  • Data integrity techniques align with HIPAA compliance requirements
  • CRUD operations mirror real-world hospital database administration tasks

πŸ› οΈ Labs Completed

Lab 1 β€” SQL Querying & Data Retrieval

  • Listed and navigated databases using SHOW DATABASES and SHOW TABLES
  • Retrieved records using SELECT with filtering and ordering
  • Applied WHERE clauses to filter specific data
  • Created new tables with primary keys and constraints

Lab 2 β€” Database Creation & Data Manipulation

  • Created a full relational database from scratch using CREATE DATABASE
  • Designed and built tables with primary keys and AUTO_INCREMENT
  • Inserted multiple records using INSERT INTO
  • Updated existing records using UPDATE
  • Deleted records using DELETE
  • Verified all operations using SELECT queries

πŸ’» Technologies Used

  • MySQL 8.0
  • MySQL Workbench
  • SQL DDL and DML
  • Relational Database Design
  • Data Modeling and Schema Design

🎯 Key Skills Demonstrated

  • Database creation and schema design
  • Table design with primary keys and constraints
  • Full CRUD operations (Create, Read, Update, Delete)
  • Data filtering, sorting, and retrieval
  • Data integrity validation
  • SQL query writing and optimization

πŸŽ“ Academic Context

  • Course: Database Essentials
  • Program: Computer Programming
  • Institution: Niagara College Toronto

πŸ“« Connect

About

SQL Database Design & Management | Healthcare IT Portfolio

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors