Recent questions tagged databases

1 votes
0 answers
1712
Which of the following can be described as a programming model used to develop applications processing massive amounts of data in a distributed and/or parallel manner?1. ...
1 votes
0 answers
1713
Consider the following databaseCol 1Col 2Col 3123456789If Col1 and Col2 form a column family and Col3 is another column family, how is the data stored?A. 1 2 3 4 5 6 7 8 ...
1 votes
0 answers
1715
Consider the following schedule $S$. S: l1(A),l3(D),l1(B),u1(A),l2(C),l2(B),l1(D),l2(B),l3(C),l4(A),l4(C),l5(A); Which of the following is a valid set of transactions tha...
3 votes
1 answer
1720
0 votes
0 answers
1721
If the identifying relationship set has a descriptive attribute, then the movement of an attribute will be on weak entity side?pls explain with proper reference
1 votes
1 answer
1722
If total n! serial schedules are possible , will all of them give the same result?
0 votes
2 answers
1723
Which of the following statement is true while decomposition ? 3NF guaranteed dependency preserving3NF guaranteed lossless propertyBoth of the aboveNone of the above
1 votes
1 answer
1724
1.Minimum number of tables required which satisfies 1NF ?2.Minimum number of tables required which satisfies 3NF ?
3 votes
0 answers
1726
Number of concurrent transactions that can be formed with 3 transactions having 3,2 and 1 operations respectively.Here should the answer be 60 or 54 ? Should we include s...
1 votes
1 answer
1727
Minimum number of relations or tables required ?
4 votes
4 answers
1728
If A Relation R(A,B,C,D) and CK given is (AB,C)and FD is given as A->C Then the relation is in which highest normal form?
0 votes
2 answers
1729
Answer given on virtual gate is a1,a3,a2I'm getting a1,a3,a2,a1 as duplicate values are allowed in SQL. What is my mistake here ?
2 votes
2 answers
1730
0 votes
1 answer
1731
answer on virtual gate ia given 2, while my answer is 1.
3 votes
1 answer
1732
this question is from virtual gate test series. what is the minimum number of RDBMS tables needed for the following er diagram:
1 votes
1 answer
1733
1 votes
0 answers
1734
3 votes
2 answers
1735
1 votes
1 answer
1736
Match the following :$\begin{array}{clcl} \text{(1)} & \text{Determinants} & \text{(a)}\ & \text{No attribute can be added} \\ \text{(2)} & \text{Candidate key} & \t...
5 votes
4 answers
1737
2 votes
4 answers
1738
0 votes
1 answer
1739
0 votes
1 answer
1740
Block size 1000 BSearch key 12 BPointer size 8BWhat is max records of DB1) For Dense index B+ tree of 2 level2) For Sparse index B+ tree of 2 levelHow ans will differ , P...