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


Please Help Members By Posting Answers For Below Questions

What is the use of JDBC DriverManager class?

554


What are common JDBC Exceptions?

548


What are clob and blob data types in jdbc?

565


What are the jdbc drivers in java?

521


Give a way to check that all result sets have bin accessed and update counts are generated by execute method.

478






How do you determine the sensitivity of the ResultSet object?

544


How can we store the file in the oracle database?

522


What is correlated subquery?

1741


What does the connection object represents?

559


What is connection pooling and why it is used?

524


What is ojdbc14 jar?

498


Does jdbctemplate use prepared statements?

511


How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?

619


What is jdbc drivers in java?

494


Does jdbc use odbc?

504