what is the difference between primary key & foreign key?
Answer Posted / sravan kumar
A attribute which it is uniquely identifies in a row in a
table is called Primary key..
A column in a table whose values matches the primary key in
some other table is called Foreign key
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use "in out" parameter properly?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
definition of cluster and non-clustered index?
In the oracle version 9.3.0.5.0, what does each number shows?
What is a select query statement in oracle?
What is the best way to do multi-row insert in oracle?
what is the scripts in data base?
How many types of database triggers exist?
What is redo log?
Why do you create or replace procedures rather that drop and recreate.
How to pass a parameter to a cursor in oracle?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
How to concatenate two text values in oracle?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
How to define a record variable to store a table row?