Skip to content

loujeng/python-sqlite-hw3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

python-sqlite-hw3

University database management system with Python and SQLite - Homework solution

Python SQLite University Database

A complete university database management system built with Python and SQLite, implementing homework assignments for database operations.

πŸ“š Project Description

This project demonstrates:

  • Database creation and table structure (Homework 1)
  • SQL SELECT queries implementation (Homework 2)
  • Data manipulation with INSERT, UPDATE operations
  • Python integration with SQLite

πŸ› οΈ Technologies Used

  • Python 3.x
  • SQLite3
  • SQL queries

πŸ“ Database Structure

The database includes the following tables:

  • group - Student groups
  • student - Student information
  • lecturer - Lecturer information
  • subject - Course subjects
  • schedule - Subject-lecturer relationships

πŸš€ Installation & Usage

  1. Clone the repository

git clone https://github.com/YOUR_USERNAME/python-sqlite-university.git cd python-sqlite-university

  1. Run the main script

python python_solution.py

About

University database management system with Python and SQLite - Homework solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages