If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / bhakti
yes it is equivalent as primary key is nothing but unique
and not null.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
Can we write dml statement in function in oracle?
How to define a record variable to store a table row?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
Why oracle is used?
Explain drop constraint oracle?
What is a subquery?
What is a nested table and how is it different from a normal table?
How to set up autotrace for a user account?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
Give the various exception types.
What is the difference between alert log file and tarce file ?
What privilege is needed for a user to connect to oracle server?
can u plz provide me oca sql dumps please i need them
What is the difference between translate and replace?
Is there any function in oracle similar like group_concat of mysql?