https://github.com/vednig/dbmsassignment
Fake Data Filling Program for Lab Assignment for DBMS Class
https://github.com/vednig/dbmsassignment
Last synced: 6 months ago
JSON representation
Fake Data Filling Program for Lab Assignment for DBMS Class
- Host: GitHub
- URL: https://github.com/vednig/dbmsassignment
- Owner: vednig
- Created: 2022-04-01T05:45:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T13:08:01.000Z (over 3 years ago)
- Last Synced: 2025-04-13T09:16:59.554Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBMSAssignment
Clone the repository with
```bash
git clone https://github.com/vednig/DBMSAssignment
```
Then click on `run.bat` to install dependencies and run WampServer
Now Create a database using `CREATE DATABASE Assignment`
Now run
```bash
python fillupdata.py
```