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
What is ojvm used for?
Is jdbc connection secure?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What are the standard isolation levels defined by JDBC?
What are the packages are used in jdbc?
How do I find whether a parameter exists in the request object?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
Why should we close database connections in java?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What are the differences between statement and preparedstatement interface?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What are common JDBC Exceptions?
What is the purpose of jdbc?
How does jdbc connect to database?
What is jdbc thin client in oracle?