what is the difference between primary key & foreign key?
Answer Posted / zacharia ismail
primary key: primary creates a clustered index on the
column and it doesn't allow null values.
foreign key: A foreign key (FK) is a column or combination
of columns used to establish and enforce a link between the
data in two tables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the uses of linked server and explain it in detail?
How to use "out" parameter properly?
What is archive log in Oracle?
what are the default admin accounts in Oracle 10g ?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How many types of cluster table in Oracle?
When do we use group by clause in a sql query?
What is a static data dictionary in oracle?
can u plz provide me oca sql dumps please i need them
What is meant by joins? List out the types of joins.
What are the data types in oracle?
Which are the five query types available in oracle?
What happens to the current transaction if the session is ended?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
What is a dead lock in oracle?