database design process?
1 - define purpose of database(university)
-
2-find information required(student table and department table informations beside them like how many departments the uni have or faculty)
--
3-create field and tables and primary keys
--
4 = create relationships between tables
--
5-normalaize the design