Answer Posted / nisith ranjan samal
Yes,you can create primary key without creating unique index.
Alter table table_name add constraint constraint_name primary key(colum_name) disable
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to raise user-defined exception with custom sqlerrm ?
When can we use the where clause and the having clause?
Can we use view in stored procedure?
What is the difference between truncate and drop statements?
Does mysql_real_escape_string prevent sql injection?
What is a full join?
What is a pl/sql block?
What does over partition by mean in sql?
What are some emotional triggers?
Is sqlexception checked or unchecked?
How can you fetch common records from two tables?
What is offset in sql query?
What is recursive join in sql?
explain the difference between myisam static and myisam dynamic. : Sql dba
How can you save or place your msg in a table?