Recent questions tagged databases

2 votes
2 answers
2281
6 votes
1 answer
2282
Consider the following table MysteryMysteryAB1Null2435Null6select count() from Mysterywhere A not in( select B from Mystery)(A) 1(B) 0(C) 4(D) 3ans is B givenplease expla...
5 votes
2 answers
2285
Maximum number of clustered indices one can build for a table with n attributes, which already has a primary index?
5 votes
1 answer
2286
How many different secondary indices are possible for a table with n attributes(Not necessarily at the same time)?
1 votes
1 answer
2288
After mapping an ER diagram relationship to Relational model using the set of rules for 1:n,m:n etc,will the achieved tables will always be in BCNF ?
1 votes
2 answers
2289
R/S is defined as${\prod }_{R-S} (r) - {\prod }_{R-S} \begin{pmatrix} \left \langle {\prod }_{R-S} (r) \times S \right \rangle - {\prod }_{R-S,S} (r) \end{pmatrix}$Please...
0 votes
1 answer
2290
Account on the following statements IF Conflict Serial schedule then it is ALWAYS possible under 2PL
2 votes
4 answers
2291
if table r has only one candidate key then which of the following is true:if R is in 3nf,it is also in bcnfR may not be in bcnf
4 votes
3 answers
2293
IF A RELATION HAS ______________ CARDINALITY, THEN NO MINIMIZATION CAN TAKE PLACE.a) 1:nb)m:mc)n:1d) none
1 votes
1 answer
2295
The PROJECT Command will create new table that hasMore fields than the original tableMore rows than original tableBoth (A) & (B)None of these
0 votes
1 answer
2296
Which data management language component enabled the DBA to define the schema components ?DMLSub-schema DLLSchema DLLAll of these
1 votes
2 answers
2297
Match the following :$\begin{array}{clccl} \text{a.} & \text{2 NF} & & \text{i.} & \text{Transitive dependencies eliminated} \\ \text{b.} & \text{3 NF} & & \text{ii.} ...
0 votes
2 answers
2298
1 votes
4 answers
2299
1 votes
0 answers
2300
Can someone please explain the restructuring of b+ tree in delete 15 step? I mean after 16,20,25 becomes the child of 13 ,after that it is not clear,how does 11 become t...
0 votes
1 answer
2303
Comment on the following two statementsNatural Join produce cartecian product of two tables on joing two relations with no matching coloumsFull Outer Join produce cartec...
0 votes
2 answers
2305
0 votes
3 answers
2307
0 votes
4 answers
2308
2 votes
1 answer
2309
I know that this is Conflict serializable and i know all schedules which are Conflict serializable are also view serializableBut still wanted to know what is the view ser...
2 votes
1 answer
2310