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 are bit fields in c?

2 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


When should I declare a function?

0 Answers  


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


What are the data types present in c?

0 Answers  


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

0 Answers  


How are variables declared in c?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


Categories