153
Views
2
Comments
Solved
I can create Database Entity without primary key?
Question



In the above ppt slide this is shown that An Entity must have an identifier

but while doing practical I can delete the primary key.


This is a lot of confusion related to prepare for Mobile out system exam.

and It consume my time a lot to resolve.



Please give explanation. (Outsystem team) ?


or kindly provide me sample questions or quiz so that I can prepare well.


2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

Like the text says: an entity must have an identifier to allow relationships. No identifier, no relationships.

To be clear: If Customer has no id, it can still reference other entities. But it can't be referenced by others.

2020-01-07 12-37-37
Manish Kumawat

Nuno Reis wrote:

Like the text says: an entity must have an identifier to allow relationships. No identifier, no relationships.

To be clear: If Customer has no id, it can still reference other entities. But it can't be referenced by others.

Thanks


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.