2 votes
0 answers
1
12.3... anyone could solve for joins
0 votes
1 answer
2
what are the attributes of all the minimum tables formed??
1 votes
0 answers
3
int fun(int n){int x=1,k;if(n==1) return x;for(k=1;k<n;++k)x=x+fun(k)*fun(n-k)return x;}return value of fun(5)??? how to solve this using tree method approach???
0 votes
0 answers
4
differnce between .year≥2009(takes) join studentyear≥2009(takes join student)with example