Please help me how to write a Query to change the primary
key constraint from 1 attribute to another attribute in a
table
Answer Posted / manvendra
ALTER TABLE TABLE_NAME
MODIFY COLUMN (COLUMN2 PRIMARY KEY);
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is merge in oracle?
material view and view disadvantages?
What are the limitations of check constraint?
What is the sid in oracle?
Describe varray?
How to define an oracle sub procedure?
What do you mean by merge in oracle?
What are the different oracle database objects?
How to view all columns in an existing table?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
How to loop through data rows in the implicit cursor?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
What suggestions do you have to reduce the network traffic?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How to put more than 1000 values into an oracle in clause?