Difference between primary key and unique key ?
Answer Posted / sonali.s
column having primary key constraint should not contain
null values.
column having unique key constraint can contain null values.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Explain the use of rows option in exp command.
How many types of synonyms in Oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
Is there a function to split a string in plsql?
Explain about integrity constraint?
11. Display the client number and name and the client number and name of the person who referred that client.
Why cursor variables are easier to use than cursors?
How can I see all tables in oracle?
What is an oracle user role?
Can objects of the same schema reside in different tablespace?
How to divide query output into groups in oracle?
What privilege is needed for a user to create indexes in oracle?
How to check database size in Oracle?
How to create lov dynamically at runtime & attach to text field?