Some ideas about making a database in mysql as a minor project for the students.
Asked
Active
Viewed 34 times
-1
-
Are you talking about all specific tables that should be create in a database like this or in mysql configuration? – Luciano Andress Martini Jun 01 '16 at 18:39
-
This is unclear. – sitilge Jun 01 '16 at 18:45
-
I mean what should be my main database n what tables should be there? – Khadija Deedar Jun 01 '16 at 18:47
1 Answers
1
How about databases regarding:
- Simple e-banking if u go into stored procedures
- Company with 2 sites, employees, customers with orders, orders can have multiple articles etc
- A blog with authors, categories
- A forum
- Support ticketing system
- Online shop
- etc
Think about real life use cases, I didn't like imaginary tasks.
If I misunderstood your question, be more clear what you want.
-
Your ideas are helpful. I meant to get the same suggestions. Thanks – Khadija Deedar Jun 01 '16 at 18:55