Thread
:
How to declare Composite Keys?
View Single Post
#
2
(
permalink
)
05-29-2006, 04:16 PM
irfanhab
Junior Member
Join Date: May 2006
Posts: 10
SQL 92
answer.
Re: How to declare Composite Keys?
[sql]
ALTER TABLE tablename
ADD CONSTRAINT constraint_name
PRIMARY KEY (attribute1,attribute2)
[/sql]
irfanhab
View Public Profile
Send a private message to irfanhab
Find all posts by irfanhab