Data Modeling

  Home  Databases Programming  Data Modeling


“Data modeling Interview Questions and Answers will guide us now that Data modeling in software engineering is the process of creating a data model by applying formal data model descriptions using data modeling techniques. So learn data modeling by this Data modeling Interview Questions with Answers guide”



36 Data Modeling Questions And Answers

21⟩ Tell me what is forward engineering in a data model?

☛ It is a process by which DDL scripts are generated from the data model.

☛ Data modelling tools have options to create DDL Scripts by connecting with various databases.

☛ With its scripts and database can be created.

 141 views

22⟩ Do you know what does data model contain?

Logical Data Model Contain:

Entry, Super Type, Sub Type, primary key, Alternate key, Inversion key Entry, Rule, Relationship, Definition, Business Rule, Entity, etc.

Physical Data Model Contain:

Table, Column, Primary key Constraint, Unique Index, Non Unique Index, Check constraint, Default value, Foreign key, Comment etc.

 143 views

23⟩ What is a Row?

It is known as tuple or record is the horizontal alignment of the data.

 128 views

29⟩ What is data model repository?

☛ A Data modelling repository is storage area, where metadata of a data model is stored.

☛ The data is stored in different from the software perspective, organization’s perspective and usage perspective.

☛ Repository can be stored any, where either in a data base or locally within any system.

 145 views

31⟩ What is a foreign key?

In relational databases, a foreign key is a field in one table which is used to uniquely identify a row of another table.

 151 views

32⟩ Explain what is cardinality?

In a database, high cardinality means more unique values are stored in a column and vice versa.One to One, One to many, and many to many are different types of cardinalities.

 131 views

34⟩ What is a Table (entity)?

☛ Data stored in a form of rows and column is called as table.

☛ Each column has data type and based on the situation, integrity constraints are enforced on columns.

 131 views

35⟩ Tell me what is basic elements of ERD?

☛ There are three basic elements

☛ Entities which we seek information

☛ Attributes the data collect about the entities.

☛ Relationship provide the structure needed to draw information from multiple entities.

 142 views