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 start sql profiler?
what does myisamchk do? : Sql dba
What is the use of count (*) in sql?
How to call shell script from pl sql procedure?
Can a trigger call a stored procedure?
What is mutating trigger?
what is oltp (online transaction processing)? : Sql dba
what is the command line end user interface - mysql? : Sql dba
Enlist the advantages of sql.
How do you rank data in sql?
What is query execution plan in sql?
Which is better varchar or nvarchar?
How to find 3rd highest salary of an employee from the employee table in sql?
How do temporal tables work?
What is a primary key example?