Computer Science, asked by subhajitsaha80, 1 year ago

which query will remove the primary key constraint of admission number in the student table?​

Answers

Answered by goodgirl7
4
Not Null

primary key

forgein key

check

Default
Answered by upadhyaygourab09
4

Answer:

ALTER TABLE Student DROP PRIMARY KEY (AdmissionNo)

Explanation:

this the query that you want....

the other one gave you the false query

Similar questions