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 you use a while loop in pl sql?
Can you have a foreign key without a primary key?
how do you tune the slow running queries in oracle db , explain the methodology
Is clustered index a primary key?
what is a database lock ? : Sql dba
who introduced sql?
Why stored procedure is better than query?
what is csv? : Sql dba
Can we create table inside stored procedure?
How do sql triggers work?
Explain the advantages and disadvantages of stored procedure?
what is the difference between inner and outer join? Explain with example. : Sql dba
Can we call stored procedure in function?
How do you declare a user-defined exception?
Define implicit and explicit cursors.