[program-l] Primary key in Oracle

  • From: "Lafond, Eileen" <Eileen.Lafond@xxxxxxxxxxx>
  • To: "program-l@xxxxxxxxxxxxx" <program-l@xxxxxxxxxxxxx>
  • Date: Mon, 26 Oct 2009 15:38:04 -0700

Hi,
I used the following script to create a primary key.  I ran it and it said 
index created.  I did a descr on the table and there is nothing to indicate 
that the key is connected to the table.  Is there another step to making the 
field appear in the table?

Script code:

CREATE UNIQUE INDEX MKGCONN_PK ON MAKING_CONNECTIONS
(FIRST_NAME, LAST_NAME, DATE_ARTICLE);

Thanks for any help,

Eileen La Fond
work phone: (206) 386-0011
email: eileen.lafond@xxxxxxxxxxx
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: