Answer Posted / arkchowdary
primary Key ----------- It is used to uniqely identify
each row in a table.
It is a combination of unique and Notnull.
A primary key can consist of one or more fields on a table.
When multiple fields are
used as a primary key, they are called a composite key.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the use of Merge statement in oracle 11g
What is an external table?
How to create a table interactively?
How to check database size in Oracle?
What is an oracle wallet?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
Is oracle a relational database?
What to do if dba lost the system password?
State and explain the different types of data models?
What do you know about normalization? Explain in detail?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
What happens if you use a wrong connect identifier?
What are the execution control statements in oracle?
definition of cluster and non-clustered index?
What are the attributes of cursor?