"primary key=unique+null" is equal,reson?not,reason?
Answer Posted / karunakar reddy s
primary key = unique and not null in a table
because primary key act as foreign key in other table, and
we can identify the records using this key. If pk has null
value how can we identify the records in the first table
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a lookup table in oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
Explain an integrity constrains?
What is the usage of synonyms?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
How a database is related to tablespaces?
Explain an index?
Where do you use decode and case statements?
How do we create privileges in oracle?
What is rich query?
How to start an oracle instance?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What happens if you set the sga too low in oracle?
What is the difference between a primary key & a unique key?
How is it different from a normal table?