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...


is forign key will be unique key any table or not?

Answers were Sorted based on User's Feedback



is forign key will be unique key any table or not?..

Answer / palani222samy

not

Is This Answer Correct ?    1 Yes 0 No

is forign key will be unique key any table or not?..

Answer / bukke.ramesh naik

no,forign key is reference of table of primary key

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is function pointer c?

0 Answers  


if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?

9 Answers   Wipro,


where does malloc() function get the memory?

1 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


What is the difference between ‘g’ and “g” in C?

1 Answers  


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


What is c preprocessor mean?

0 Answers  


write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


What is the benefit of using an enum rather than a #define constant?

0 Answers  


Categories