Home : General : Databases and SQL :

General: Databases and SQL: Re: [kellner] How to get primary key for table in Oracle?: Edit Log

Here is the list of edits for this post
Re: [kellner] How to get primary key for table in Oracle?
Hello kellner,

You might try:

select constraint_name, constraint_type, table_name from user_constraints

Thanks

Kode


Attached a Sql Plus text file for all info, that may help you.

Last edited by:

kode: Sep 6, 2002, 11:35 AM

Edit Log: