The development directory for the mysql database for c_eccomerce project under module CS3043
When working, keep a folder structure like this, because automated scripts depends on the folder structure
/root
├── data
├── schema
├── functions
├── procedures
├── views
├── indexes
└── queries
If you are using linux, use this to run all files inside a particular directory
./run {directory_name}
else use below to run all the sql files in the repo.
./run_all