Answer Posted / prativa mishra
begin
execute immediate('alter table table_name add constraint constraint_name primary key(column_name)');
end;
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of %type and %rowtype data types?
How to disable a trigger name update_salary?
how to use like conditions? : Sql dba
What are all the different normalization?
What are the packages in pl sql?
Can a primary key be a foreign key?
how can we repair a mysql table? : Sql dba
What do you mean by stored procedures?
can sql servers linked to other servers like oracle? : Sql dba
Which certification is best for sql?
Explain the working of foreign key?
What are user defined functions?
What is sqlerrm?
What is full join?
How many times can we commit in a loop?