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

Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


biggest of two no's with out using if condition statement

5 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  






What is modeling?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


write a program to generate 1st n fibonacci prime number

12 Answers  


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


can we execute the program with the object file

1 Answers  


What is data structure in c and its types?

0 Answers  


What is 1d array in c?

0 Answers  


Categories