What is differance unique key and primary key.
Answer Posted / gourvendra singh
Unique : One or more unique key in a table,
allow only one null in the field.
Primary :Only one primary key in a table and u cannot
insert null into it.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the limitation on the block size of pl/sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is the difference between delete and truncate statement in sql?
Are stored procedures faster than dynamic sql?
What is the best sql course?
What type of database is sql?
What are character functions?
How do I audit the sql sent to the server?
What are primary key and foreign key and how they work?
What is the use of nvl function?
How do I run a script in sql developer?
Explain what is rdbms?
Define join and name different types of joins?
What are the limitations of sql express?
How to place comments in pl/sql?