how to create a primary key with out creating an index?
Answer Posted / benniyel gnanaraj
when u create a primary in the table the index is
implicitly create.index is not neccessary
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do I add a primary key to a table?
What are all the different types of indexes?
What is meant by <> in sql?
what is an alias command? : Sql dba
What is raid? How does it help storage of databases?
Can we alter stored procedure?
What is rownum in sql?
When is the update_statistics command used?
What is on delete set null?
How to assign sql query results to pl sql variables?
How to read/write files from pl/sql?
What is difference between ms sql and mysql?
what are enums used for in mysql? : Sql dba
Where not exists in sql?
Can we group by two columns in sql?