what are the rules will be created in the backend when we created new data type ?

In my interview, this question was asked: What rules will be created in the backend when we create a new data type? Can you explain this to me in detail?

Hi @Satya K,

If you create a Data Type without any key it will create only Class and This Class will be mapped to : pr_other table.

If you create a Source for the DataType and Keys, Then it will create

→ Concrete Class Under Data Class

→ Dedicated Database Table

→ Database Table Mapping Rule

→ Datapages and

→ Report Definition.

→ Colums and

I hope this will help you.

Thanks,

Ashok

Hi @Satya K,

Here are the list of rules created in the backend when we create the new data type.