⟩ Econometric models include techniques from A. economics B. statistics C. mathematics D. All of the above E. None of the above
D. All of the above
D. All of the above
What will be output if you will execute following c code? #include<stdio.h> void main(){ long myarr[2][4]={0l,1l,2l,3l,4l,5l,6l,7l}; printf("%ldt",myarr[1][2]); printf("%ld%ldt",*(myarr[1]+3),3[myarr[1]]); printf("%ld%ld%ldt" ,*(*(myarr+1)+2),*(1[myarr]+2),3[1[myarr]]);
What will be output if you will execute following c code? #include<stdio.h> enum power{ Dalai, Vladimir=3, Barack, Hillary }; void main(){ float leader[Dalai+Hillary]={1.f,2.f,3.f,4.f,5.f}; enum power p=Barack; printf("%0.f",leader[p>>1+1]);
Tell me what is a fact & a fact table?
What are conformed dimensions?
Tell me do you know why Data Warehouse is used?
Explain me what do you understand by data mart?
Explain me what is ER model?
Tell me additive Measures?
Explain me what is a 'Conformed Dimension'?
Tell me the physical data model?