How to restrict the duplicate records in table valuesets
Answers were Sorted based on User's Feedback
Answer / znaukak
Create unique key for this column where value should be
inserted.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / shalini gupta
we can create a unique index as well as primary key
constrains to restrict dulpicate record. unique key allows
one null but primary key constrains does not allow null.
| Is This Answer Correct ? | 4 Yes | 2 No |
What are the limitations of check constraint?
What is a Schema ?
what is the use of rank function?
Explain the use of ignore option in imp command.
Why oracle is used?
Write a syntax for update query in oracle?
Explain temporal data types in oracle
what happened to the global index when I truncate the data in one of the partition?
What is set operator oracle?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
Draw E-R diagram for many to many relationship ?