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
How do we load the drivers?
Which is better jpa or jdbc?
Why do we need jdbc driver?
What are the different types of resultset?
Explain jdbc savepoint?
Is jdbc a framework?
What does connection pooling mean ?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
Is jdbc secure?
What is jdbc drivers in java?
Which is faster jdbc or odbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is the different between ResultSet and RowSet?
What is use of connection pooling?
What is jdbc connection class?