Recent questions tagged databases

0 votes
1 answer
2221
Is there any way to establish a Relation between tables in different databases??
0 votes
1 answer
2222
What is the difference between database model and database schema? Any useful link please....
5 votes
1 answer
2224
For givem relation R(A,B,C,D,E)F:{B ->D,CD ->E,E->A,A->BC}Is it possible 2 decompose R into two relations R1and R2 such thatDecomposition is lossless-join ,dependency-pr...
3 votes
2 answers
2226
What is on delete no action,on delete cascade, on delete set null action??explain through some eg??
2 votes
1 answer
2230
Can someone please explain this question? I am not able to understand it
5 votes
3 answers
2232
A relation R(A,B,C,D,E,F) holds following FDs$AB\rightarrow C$$C\rightarrow D$$D\rightarrow EA$$E\rightarrow F$$F\rightarrow B$The number of minimal candidate keys of R a...
2 votes
2 answers
2233
R(A , b, c) with n tuples, S(A , D, E). How many max tuples in R natural join S? {A is key for both}$\min (m,n)$$\max(m,n)$$m*n$$m+n$
11 votes
2 answers
2234
3 votes
2 answers
2237
Consider the following database schedule with two transactions T1T1 and T2T2.S=r2(X);r1(X);r2(Y);w1(X);r1(Y);a1;a2 where a1 and a2 stands for abort. Is It a strict sched...
5 votes
1 answer
2240
Let the order of B-tree is 32 and the B-tree is 63% full. What will be the number of <key,data pointer entries the 2 level B tree holds?
6 votes
1 answer
2242
Q : One basic doubt that is coming to my mind is whether number of splits in the process of insertion in B+ Tree indexing going to change if we consider left biasing and ...
6 votes
1 answer
2249