I know its possible to use multiple fields for the primary key in a table 
i.e. "primary key(foo,bar)"

Is it possible to do this with "unique" identifiers as well?  Like "unique 
key(foo,bar)" ??

I already have a primary key on a table, but I'd also like to force two fields to form 
a unique combination (no two records should have the same foo & bar values).

Thanks!

--Noel

Reply via email to