Forum Discussion
ShivamRelhan
Aug 07, 2025Copper Contributor
Unable to get Primary Keys in the tables
I am not able to get primary key in EmailDelivered , EmailOpened , EmailSent , FormSubmitted , FormVisited , WebsiteVisited . Below is the reference of one of the Table nad other tables are also ...
ThomasKing
Aug 22, 2025Iron Contributor
Many of these tables are external or system tables that do not have a primary key defined in the traditional sense. For example, in the EmailDelivered and similar tables, the combination of fields (like message ID, timestamp, recipient, etc.) often serve as a composite key, but there may not be a single explicit primary key column.