Difference between primary key and unique key ?
Answer Posted / anil singh
Primary key not accepts to null values in database, but
uniqe key accepts to the null values in database.
| Is This Answer Correct ? | 77 Yes | 35 No |
Post New Answer View All Answers
Write a trigger example in oracle?
What is merge in oracle?
In the oracle version 9.3.0.5.0, what does each number shows?
Can we convert a date to char in oracle and if so, what would be the syntax?
Calculate difference between 2 date / times in oracle sql?
How to apply filtering criteria at group level in oracle?
How can we delete duplicate rows in a table?
How to get a create statement for an existing table?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to divide query output into groups in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
What are the attributes of cursor?
What is Java Pool in Oracle?