Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example

Answer Posted / vilas

Foregin key: It is the relation between two tables.it can be
used to create the relation between two tables,when two
tables have the unique rows (means emp_numb)then we can
used to foreign key.
eg:
create table student
{ name varchar(10),
rollno int(10));
.......this is student table........
create table student_Details
{ name varchar(10),
rollno int(10)refercence
);
.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a lookup table in oracle?

1024


How to put more than 1000 values into an oracle in clause?

1085


How to convert csv to table in oracle?

1043


What is bulk collect in oracle?

1053


Explain the use of file option in exp command.

1173


What are nested tables?

1225


Explain the use of log option in exp command.

1183


How to best split csv strings in oracle 9i?

1097


What is Undo Management Advisor in Oracle?

1151


Oracle

2422


Explain cascading triggers.

1118


How to start a specific oracle instance?

1079


What is an Oracle Instance?

1162


What is the simplest tool to run commands on oracle servers?

1052


Is oracle an operator?

982