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
What are the set operators in sql?
Which is better trigger or stored procedure?
How can use stored procedures in sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is replication id?
Is it possible to create the following trigger: before or after update trigger for each row?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
Can a table contain multiple foreign key’s?
Is vs as in pl sql?
What are the different sql commands?
What are sql functions? Describe the different types of sql functions?
What is pl/sql table? Why it is used?
How do you sort in sql?
What is varchar sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?