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
What is mutating trigger?
Can a key be both primary and foreign?
What are the indexing methods?
Describe types of sql statements?
what are string data types? : Sql dba
What is assignment operator in pl sql?
What is the use of double ampersand (&&) in sql queries? Give an example
What are sql triggers used for?
What is a trigger word?
what is the use of friend function? : Sql dba
Why we use sql profiler?
Explain the working of primary key?
Explain raise_application_error.
What is exit statement?
What is the difference between local variables and global variables?