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 |
How we can write a value to an address using macro..?
How can you find out how much memory is available?
HOW TO HANDLE EXCEPTIONS IN C
what is use of loop?
How does struct work in c?
what does exit() do?
Can we initialize extern variable in c?
What are the different types of pointers used in c language?
How many main () function we can have in a project?
How can I access a memory located at certain address?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
What does 2n 4c mean?