how to create a primary key with out creating an index?
Answer Posted / bhargavi
Primary key creates an Index implicitly.....so Its not
possible to create a Pk without am index....
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
How do I partition a table in sql?
How many types of cursors supported in pl/sql?
What are the types of index in sql?
What is primary and foreign key?
when MSQL8.0 is in market
What are sql injection vulnerabilities?
What is the difference between instead of trigger and after trigger?
What is the difference between an inner and outer join?
Is pl sql a scripting language?
How delete a row in sql?
How do I debug a stored procedure?
Can we use commit inside a trigger?
What has stored procedures in sql and how we can use it?
How do I find duplicates in a single column in sql?
Can sql function call stored procedure?