Loading
-
667.
-
668.
The following table refers to search times for a key in B-trees and B+-trees.
B-tree B-tree B+-tree B+-tree Successful Search Unsuccessful search Successful Search Unsuccessful search X1 X2 X3 X4
Give the correct values for the entries X1, X2, X3 and X4 (for example X1 = Constant, X2= Constant, X3 = Constant, X4= Constant).
(b) Relation R(A,B) has the following view defined on it:
CREATE VIEW V AS
(SELECT R1.A,R2.B
FROM R AS R1, R AS R2
WHERE R1.B=R2.A)
(i) The current contents of relation R are shown below. What are the contents of the view V?A B 1 2 2 3 2 4 4 5 6 7 6 8 9 10
[5 marks]
asked in Computer Science And Engineering, 2002
View Comments [0 Reply]
-
669.
-
670.
-
671.
-
672.