what is mean by prmary key and foreign key and how can we
diffrentiate that?
Please answer me.
Advance thanks.
Answer Posted / ravi singh
Primary Keys: Primary keys are the identifier and applied
on the table in the form of constraints. Primary key
provides uniqueness in the data.
Foreign Key: Foreign Keys are the relationship and applied
on the table in the form of constraints. Foreign key in a
table is a primary key of another table and use to make
relationship between two tables.
| Is This Answer Correct ? | 59 Yes | 3 No |
Post New Answer View All Answers
How to add a new column to an existing table with a default value?
How to pass a cursor variable to a procedure?
Use of an integrity constraint is better to validate data. Explain
What are the different types of trigger and explain its various uses and functions?
How to write a query with a right outer join in oracle?
what is the scripts in data base?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
How many types of synonyms in Oracle?
How to end the current transaction in oracle?
Is it possible to split the print reviewer into more than one region ?
What happens if you set the sga too low in oracle?
What is the difference between post-database commit and post-form commit?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?