Answer Posted / prativa mishra
BEGIN
EXECUTE IMMEDIATE 'ALTER TABLE TABLE_NAME ADD CONSTRAINT PK1
PRIMARY KEY(COLUMN_NAME)';
END;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference sql and mysql?
Can we join more than 2 tables in sql?
Why are cursors used?
What are % type and % rowtype?
Is sql pronounced sequel or sql?
What does count (*) mean?
What is example of database?
Can you load data into multiple tables at once? : aql loader
How do I partition a table in sql?
How global cursor can be declare with dynamic trigger ?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Is sql database free?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
What will you get by the cursor attribute sql%found?
what are different types of collation sensitivity? : Sql dba