This repository contains a simple SQLite database of student marks.
student_marks.sql: SQL script to create and populate the database.student_marks.db(optional): SQLite database file created from the script.
- Open SQLite or any database tool.
- Run the script
student_marks.sql. - Query the database:
SELECT * FROM students;