Chapter 6 – Knowledge check
- What do you call the element in Mendix Studio Pro that represents the data layer in your Mendix app?
a. Domain model
b. Page
c. Module
d. Microflow
- What do you call a data table in the Mendix domain model?
a. Spreadsheet
b. Entity
c. Dataset
d. Attribute
- An attribute represents a column of data in an entity.
a. True
b. False
- Which of the following are available data types in the Mendix domain model?
a. Auto Number, Date and Time, Binary
b. Binary, Short, Integer
c. String, Double, Auto Number
d. Array, Class, Date and Time
- A calculated attribute is also known as a virtual attribute.
a. True
b. False
- What color do persistent entities appear as in Mendix Studio Pro?
a. Gold
b. Purple
c. Gray
d. Blue
- What is a relationship between two entities in the Mendix domain model called?
a. Relation
b. Association...