Data Modeling - 402-advanced-javascript-traebennett/seattle-javascript-401d31 GitHub Wiki

What is Data Modeling? Data Modeling is a very broad concept, but basically in ecompasses how we handle, store, send, recieve data. We can structure this in a multitude of different ways. There was a few core concepts of data modeling, like a physical data model, a conceptual data model, and a logical data model. A good definition for Data modeling is: “Data modeling is a representation of the data structures in a table for a company’s database and is a very powerful expression of the company’s business requirements. This data model is the guide used by functional and technical analysts in the design and implementation of a database.” -- (Techopedia)