Science, asked by manasa76paidipamula, 8 months ago

write the syntax for applying primary key at both label level, as well as at column level ​

Answers

Answered by piyushkiller2006
0

Answer: Here is the syntax to define the ID attribute as a primary key in a CUSTOMERS table. ALTER TABLE CUSTOMER ADD PRIMARY KEY (ID); NOTE − If you use the ALTER TABLE statement to add a primary key, the primary key column(s) should have already been declared to not contain NULL values (when the table was first created).

plzz mark as brainliest

Similar questions