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
How do I pipe the output of one isql to another?
What is audit logout in sql profiler?
What is the difference between between and in condition operators?
What is an example of translating a date into julian format?
Can we use ddl statements in stored procedure sql server?
Is ms sql traffic encrypted?
What is assignment operator in pl sql?
What is a table partition?
How do we use distinct statement? What is its use?
Explain the rollback statement?
Why do we use triggers?
Is record in pl sql?
List the different type of joins?
How global cursor can be declare with dynamic trigger ?
What is lookup table in sql?