Vahana Academy

Enumeration

An enumeration is a programming concept. In the Data Modeler module, an enumeration can be treated as an object or data type. The enumeration type is also abbreviated as enum. In the enum object, you need to define the following: In the enum object, the key represents the name of the enum member, while the… Continue reading Enumeration

Entity

Introduction In the Data Modeler module, an entity contains the data in a structured format. When a user performs the function on the application, the application fetches the data from the entity and then displays it to the user. An entity contains the data in one of the following structured formats: Note:- In the Data… Continue reading Entity

An Introduction to Data Modeler

Data Modeler is a module that lets you create a data hierarchy in a structured format. This data is manipulated at the application level. It can be a business-related data or used for intermediate calculations. To manage data in a structured format, the user needs to create the following: In the Data Modeler module, the… Continue reading An Introduction to Data Modeler