Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

how to Adding a foreign key to a table already created???



hi there,
i have already created a table.The next table (artist), i would like to create requires a foreign key (cd_no) from a table (cd) which cannot be created until the table (artist) is made. Can i add the foreign key (cd_no) too the 'artist' table later???
leon


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group