This repository contains Database Management Lab's program in the Autonomous curriculum of Dayananda Sagar College of Engineering.
Several options are available to get started:
- Clone the repo at
git clone https://github.com/rishabhlakhotia/CSE-Lab-Manual
- Fork the repository if you think you can contribute back
-
Create a Database
mysql> CREATE DATABASE Test; mysql> USE Test;
-
Create table
mysql> SOURCE /dbms/problem/create_tables.sql
Use only absolute path -
Fill table
mysql> SOURCE /dbms/problem/fill_tables.sql
Use only absolute path -
Run queries
mysql> SOURCE /dbms/problem/query.sql
Use only absolute path
If you're having problems, or have a suggestion, please log and issue on GitHub. If you'd like to have a crack yourself, fork the repository and make a pull request.