is forign key will be unique key any table or not?
Answers were Sorted based on User's Feedback
Answer / bukke.ramesh naik
no,forign key is reference of table of primary key
Is This Answer Correct ? | 0 Yes | 0 No |
convert 12345 to 54321 withoutusing strig
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What is the right type to use for boolean values in c? Is there a standard type?
Do you have any idea about the use of "auto" keyword?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What does c in a circle mean?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
In a header file whether functions are declared or defined?
write a c program to find largest of three numbers using simple if only for one time.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Do you know the difference between exit() and _exit() function in c?