Difference between primary key and unique key ?
Answer Posted / yogesh kumar
primary key is unique define in a table, it means if u
declare primary key value is not allows duplicate and null.
unique key allows repeats' a value and null.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
State some uses of redo log files?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
How to insert a new row into a table in oracle?
What to do if the startbd.bat failed to start the xe instance?
Calculate difference between 2 date / times in oracle sql?
What is an oracle cursor variable?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
Explain a private synonyms?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
How to define a data field as not null?
What is BBED in Oracle?
What are the roles of dba?
How to omit columns with default values in insert statement in oracle?