Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 361 Bytes

File metadata and controls

20 lines (16 loc) · 361 Bytes

Student Database - SQL Task

Overview

This project demonstrates SQL operations using SQLite in Python.

Features

  • CREATE TABLE
  • INSERT records
  • SELECT with WHERE condition
  • Dynamic user input
  • Database connection handling

Concepts Demonstrated

  • SQL Queries
  • SQLite
  • Parameterized queries
  • input() handling

How to Run

python sql_task.py