is forign key will be unique key any table or not?

Answer Posted / palani222samy

not

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c still so popular?

705


Is there a way to switch on strings?

709


will u please send me the placement papers to my mail???????????????????

1456


Where static variables are stored in memory in c?

610


What is external variable in c?

696






what do u mean by Direct access files? then can u explain about Direct Access Files?

1731


Explain two-dimensional array.

728


How do you define a string?

748


What's the total generic pointer type?

703


Explain 'bus error'?

669


What is meant by high-order and low-order bytes?

750


What are types of functions?

663


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1952


Which driver is a pure java driver

1076


What is the advantage of a random access file?

738