adspace
Answer Posted / Jaiveer Singh
Data modeling is the process of creating a conceptual representation of data in a database. It helps to understand and organize data relationships, identify data requirements, and define rules for maintaining and accessing the data. An example of a simple data model could be: A 'Student' table with columns such as StudentID (primary key), Name, Age, DepartmentID (foreign key referring to the Department table).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers