views:

195

answers:

1

How do I show a table's foreign key's in TimesTen?

A: 

You can use the indexes command on the table.

Ex.

indexes <table name>;
Gambit