×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Syntax to Drop Primary Key is –

13. Syntax to Drop Primary Key is -

  1. ALTER TABLE DROP CONSTRAINT constraint_name;
  2. ALTER TABLE table_name DROP CONSTRAINT;
  3. ALTER TABLE table_name DROP CONSTRAINT constraint_name;
  4. ALTER TABLE DROP CONSTRAINT;

Answer: C) ALTER TABLE table_name DROP CONSTRAINT constraint_name;

Explanation:

Syntax to Drop Primary Key is:

ALTER TABLE table_name DROP CONSTRAINT constraint_name;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.