wahts is mean by primary key and unique key?
Answer Posted / swapna
Primery Key:- A column or set of columns that uniquely
identify all the rows in a table. Primary keys do not allow
null values. No two rows can have the same primary key
value; therefore, a primary key value always uniquely
identifies a single row.
Unique Key:- Unique Keys are used to uniquely identify each
row in an Oracle table. There can be one and only one row
for each unique key value. no value repeate in the other
rows of the same table.
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
Explain the life cycle of jdbc.
What do you mean by metadata and why we are using it?
What are the advantages of collection pools?
Explain in detail about JDBC and its general features?
What is ojvm used for?
Can I use JDBC to execute non-standard features that my DBMS provides?
Is oracle client required for jdbc connection?
Explain some new features available in jdbc 4.0?
What are the different types of classes in the api component?
What are the ddl statements?
Is jdbc and orm?
What is metadata in java programming?
Which is best database for java?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Where can I find ojdbc14 jar file?