Is there a way to add foreign constraints in a QLDB table?
Suppose I have two open tables, one with and another without, a primary key. Can I add a foreign key constraint referencing those with a primary key?
Does the same work with indexes? If I don't have any primary keys, but only indexes on the tables, can I add foreign key referencing these indexes?