Answer:
Conceptual Model: Conceptual model is your model classes and their relationships. All the tables in the database are mapped into entities here.
Storage Model: Storage model is your database design model which includes tables, views, stored procedures and their relationships and keys.
Mapping: Mapping consist information about how your conceptual model is mapped to storage model like nvarchar type is mapped into string type in the conceptual model.
Thanks and Regards
Akiii
Asked In: Many Interviews |
Alert Moderator