Monday, July 26, 2004

Art of Data Modelling

What is data modelling - creation of tables to store data. Like, the Family Table can contain columns of

FamilyMemberName|Age|Sex|RoleInFamily(Father/Child/GrandFather)| Occupation(Student/Teacher/Professional)|... etc.,

This is a fun game - you can easily try to populate the table with actual data and find flaws in your design. The key is not to let some data repeated lots of times.

The data modelling is the basis of organization you will ever need. You can be easily organized and get accolades if you model your life using the data available. Now try modelling the information of your Friends. Storing all relevant information about friends is a must. 'Coz that's how U will learn a lot.

See Ya..

No comments: