Difference between primary key and unique key ?
Answer Posted / nithin
1. There can be more than one unique key in a row or table
but there can be only one primary key in a row or table.
2. Primary key does not accept NULL values but Unique key
accepts even NULL values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by merge in oracle and how can you merge two tables?
Explain oracle insert into command?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to rebuild an index in oracle?
What is a database schema in oracle?
What is the data pump import utility?
Please explain drop constraint oracle?
How to speed up webrick?
How a database is related to tablespaces?
How to define a data source name (dsn) in odbc manager?
What is the recommended interval at which to run statspack snapshots, and why?
How to call a sub procedure?
What is oracle datasource?
What are the data types in oracle?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??