How to add multiple constraints
Hi,
I would like to alter the table to add multiple constraints. Can it be done in one statement or I have to have multiple statements? Thanks.
alter table
table_name
add constraint
constraint_1,
add constraint
constraint_2