Is primary key = unique key,not null?
If yes,please explain
IF No,please explain
Answer Posted / chanchal
a primary key can be a unique key but a unique key
may be or may not be a primary key bcoz primary key cant be
NULL but Unique Key may.
in a table more than one unique key but only one primary key
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to use values from other tables in update statements using oracle?
What to do if the binary spfile is wrong for the default instance?
Define oracle database
How to convert a date to char in oracle? Give one example.
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What is the exact use of Collections?
What is object data modeling?
What is a subquery in oracle?
Explain the use of indexes option in imp command.
Can you drop an index associated with a unique or primary key constraint?
What are the major difference between truncate and delete?
What is different types of joins?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
Explain joins in oracle?