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 |
without using arithmatic operator convert an intger variable x into x+1
What are the two types of structure?
How are variables declared in c?
What is the difference between fork() and vfork()?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What does malloc () calloc () realloc () free () do?
What are the different types of endless loops?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are identifiers c?
What is action and transformation in spark?
What are the advantages of external class?