Recent questions tagged databases

0 votes
0 answers
1801
In an external merge sort, where number of blocks in the relation is 324, suppose we can put only 4 blocks at a time into the memory. In the worst case, how many total bl...
0 votes
0 answers
1805
sql query for irrespective of years to find the data between 15th to 30th of july in oracle
1 votes
1 answer
1806
2 votes
2 answers
1808
3 votes
2 answers
1809
2 votes
1 answer
1811
https://gateoverflow.in/?qa=blob&qa_blobid=7899832711610886100How can we know that when we have to use natural join and when Cartesian product??
4 votes
3 answers
1812
Can a sql query be like this: SELECT name AS instructor from instructor;The attributes' name can be renamed to table name or not?
1 votes
1 answer
1814
Sort these various versions of Two Phase locking protocols in increasing order of restricted-ness:1. 2-PL(normal)2. S-2PL(Strict)3. R-2PL(Rigorous)4. C-2PL (Conservative)...
15 votes
13 answers
1816
11 votes
4 answers
1817
1 votes
0 answers
1818
4 votes
1 answer
1819
1 votes
1 answer
1820
Is there a chance for Deadlock in Graph based protocol?
2 votes
1 answer
1821
3 votes
1 answer
1822
Consider the following schema:Student (Sid, Sname, age)Course Info (Cid, Cname, Instructor SSN)Enroll (Sid, Cid, grade).The relational algebra expression for “find the ...
1 votes
1 answer
1824
What will be the output of Natural Join if there is(are) common attribute(s) in two relations but no common value in these common attribute(s) ?for exampleTable RAB6971Ta...
3 votes
2 answers
1825
What will be the output of Natural join if there is(are) common attribute(s) in two relations but no Common value in these common attribute(s) ?For example Table RAB9769T...
1 votes
1 answer
1826
1 votes
1 answer
1827
3 votes
1 answer
1828
how decomposition of a->cd to a->c and a->d remove redundancy in right side?
2 votes
1 answer
1829
Every binary relation is ina)bcnfb)3nfc)4nfd)pjnf
1 votes
1 answer
1830