Recent questions tagged databases

1 votes
1 answer
1501
what is the difference btw ABORT AND FAIL IN TRANSACTION? PLEASE EXPLAIN WITH A SMALL EXAMPLE!
–1 votes
1 answer
1502
Please explain the concept of DIRTY READ In a simplified manner w/ a small example!
0 votes
0 answers
1504
0 votes
0 answers
1505
0 votes
1 answer
1506
Deadlock does not occurs with single resource why?Is Single resource can't be in shareable mode?
2 votes
1 answer
1507
Suppose size of block 1000 bytes search key of 12 bytes, pointer size 8 bytes. How many maximum records in DB file which can index by dense B+ tree of 2 levels?
2 votes
2 answers
1508
The minimum number of elements (keys) that need to be inserted into a B+ tree with the order of internal node 3 [maximum child pointers per node] and leaf node 2 [maximum...
5 votes
1 answer
1509
Please explain the concept of Blind Write in a simplified manner w/ a small example!
0 votes
1 answer
1510
1 votes
0 answers
1511
0 votes
1 answer
1512
0 votes
0 answers
1516
1 votes
0 answers
1517
0 votes
0 answers
1518
Are they in the syllabus? I believe not since nothing is specified in the syllabus but I've seen questions in made easy test series regarding undo and redo list.$(Start, ...
1 votes
2 answers
1519
$R(X,Y,Z,W) is\ decomposed\ into \\ R_1(X,Y)\\ R_2(Y,Z)\\ R_3(Y,W).\\The\ FDs\ are\ :\\ X - Y,\\ Z->Y,\\ Y->W \\ Find\ whether\ the\ decomposition\ is\ lossless\ or\ ...
0 votes
0 answers
1520
Given a B+ tree, How can we find out their sequence of insertion?
0 votes
0 answers
1521
0 votes
0 answers
1522
In order to use a DBMS, it is important to understandA.the physical schemaB.all sub-schemas that the system supportsC.one subschemaD.both (a) and (b)E.None of the above
3 votes
1 answer
1524
Consider the following schedule:S:R2(A) W1(B) W1(C) R3(B) R2(B) R1(A) C1 R2(C) C2 W3(A)C3Please explain how it is allowed in 2 PL
3 votes
3 answers
1525
Consider the 2 transactionsT1: R(A) W(A) W(B)T2: R(A) W(A) R(B) W(B)How many view serializable schedules are possible which are not conflict serializable?(A) 0(B) 1(C) 2(...
3 votes
2 answers
1526
Say we have two relations R (a,b,c) and S (b,d,e).Now, R has 200 tuples and S has 300 tuples. What will be Minimum number of tuples when we do R ⋈ S ( ⋈ = Natural Joi...
0 votes
1 answer
1529
How many minimum tables are required for this er diagram consisting of a many - many relation and total participation of one of the entities.? Can't i merge relation R an...
0 votes
0 answers
1530