I want to learn the pk for a table in an existing Oracle DB. I tried "describe [domain].[name];". I learned alot about the table, but the pk was not listed.
The formal name for a key is a "constraint". So perhaps I need to say "table, tell me what constraints effect you..."
I look forward to your feedback.
The formal name for a key is a "constraint". So perhaps I need to say "table, tell me what constraints effect you..."
I look forward to your feedback.