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 |
what are bit fields in c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
When should I declare a function?
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....
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
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
What ios diff. Between %e & %f?
What are the data types present in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How are variables declared in c?
write a program to copy a string without using a string?
Explain how do you declare an array that will hold more than 64kb of data?