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 do I start pl sql?
What is trigger with example?
Does a join table need a primary key?
How many types of index are there?
Is sql a dbms?
What is delimiter sql?
What is the difference between a primary key and a clustered index?
what is foreign key? : Sql dba
Define sql delete statement.
What is the difference among union, minus and intersect?
What is the difference between inner join and natural join?
explain primary keys and auto increment fields in mysql : sql dba
How to select random rows from a table?
How does sql store data?
What is an example of translating a date into julian format?