Skip to content

Ramkvt4/student-marks-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student Marks Database

This repository contains a simple SQLite database of student marks.

Files

  • student_marks.sql: SQL script to create and populate the database.
  • student_marks.db (optional): SQLite database file created from the script.

How to Use

  1. Open SQLite or any database tool.
  2. Run the script student_marks.sql.
  3. Query the database:
SELECT * FROM students;

About

student-marks-DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published