Search code examples
databaseoracletimesten

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


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


Solution

  • You can use the indexes command on the table.

    Ex.

    indexes <table name>;