Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Webpage for Databases:
Recent questions tagged databases
0
0 votes
0
0 answers
312
312 views
why are IS and S locks compatible ?
if a node R1 is in IS mode then it may be a possibility that some node below it is in exclusivelock then how can we lock R1 in S mode since if I apply S on it that means ...
radha gogia
312
views
asked
Aug 23, 2015
Databases
databases
+
–
0
0 votes
2
answers
2 answers
779
779 views
how to approach this type of question
i know how to find whether the decomposition is lossless or lossy . but in this type of question they are actually not defining how they decompose . they are only giving ...
Tendua
779
views
asked
Aug 22, 2015
Databases
databases
decomposition
+
–
0
0 votes
2
2 answers
854
854 views
How is the below schedule conflict serializable ?
I am not getting that due to Write(A) in T1 and Read(A) in T2 , I will have an edge from T1 to T2 , and then due to Write(B) in T1 and then Read(B) in T1 , we will have ...
radha gogia
854
views
asked
Aug 19, 2015
Databases
databases
+
–
0
0 votes
0
0 answers
490
490 views
How can in the below schedule write write operation can be swapped ?
I am nt getting how this write operation in the first case can be converted into a serial schedule in both the two cases , i.e we are given the first set as the complete ...
radha gogia
490
views
asked
Aug 18, 2015
Databases
databases
+
–
0
0 votes
2
answers
2 answers
5.1k
5.1k views
Advantage of B+ tree over B tree
I am unable to get that what advantage do we get when we store only records consisting of primary attributes in case of B+ tree i.e. we do not store record pointers corre...
radha gogia
5.1k
views
asked
Aug 16, 2015
Databases
databases
+
–
0
0 votes
1
1 answer
14.6k
14.6k views
Consider the relation R(A,B,C,D) with dependencies AB -> C, ABC -> D and AC ->>- B.
R is not in 3NF R is in 3NF but not in BCNF R is in BCNF but not in 4NF R is in 4NF How to approach this ques ?
radha gogia
14.6k
views
asked
Aug 16, 2015
Operating System
databases
+
–
1
1 vote
1
answers
1 answer
660
660 views
Canonical cover is in which normal form ?
I am just having one confusion that if we have a canonical cover so it doesn't have any extraneous attributes or redundancy , so is it always in normal form, or not alway...
radha gogia
660
views
asked
Aug 15, 2015
Databases
databases
+
–
0
0 votes
1
1 answer
1.1k
1.1k views
Consider a relational table r with sufficient number of records, having attributes A1, A2,…, An and let 1 <= p <= n.
The database can be configured to do ordered indexing on Ap or hashing on Ap. Which of the following statements is TRUE?(A) Ordered indexing will always outperform hashin...
radha gogia
1.1k
views
asked
Aug 15, 2015
Databases
databases
+
–
0
0 votes
1
1 answer
1.4k
1.4k views
Find out all the books which are either issued, or have been supplied by a supplier.
BOOK (acc_no, year, title)USER (card_no, name, address)SUPPLIER (s_name, address)BORROWED_BY (acc_no, card_no, date of issue)SUPPLIED_BY (acc_no, date of supply, price,...
saket nandan
1.4k
views
asked
Aug 9, 2015
Databases
databases
relational-calculus
+
–
0
0 votes
2
2 answers
1.9k
1.9k views
give answer for relational algebra , tuple calculas , and SQL
BOOK(acc_no.,year,title)USER(card_no.,names,address)SUPPLIER(s_name,address)BORROWED BY (acc_no.card_no,date of issue)SUPPLIED BY(acc_no,date of supply,price ,s_name)in a...
saket nandan
1.9k
views
asked
Aug 9, 2015
Databases
databases
relational-calculus
+
–
1
1 vote
1
1 answer
862
862 views
why is the below statement regrading weak entity correct ?
Weak entity set avoids the data duplication and consequent possible inconsistencies caused by duplicating the key of the strong entity..plz clarify this........
radha gogia
862
views
asked
Aug 5, 2015
Databases
databases
+
–
1
1 vote
1
1 answer
970
970 views
How to draw E-R model for the below scenario ?
Each employee is assigned to a project work at only one location for that project, but can be at a different location for a different project. At a given location, an emp...
radha gogia
970
views
asked
Aug 1, 2015
Databases
databases
+
–
0
0 votes
1
1 answer
926
926 views
If there are mapping constraints in the E-R diagram , can we reduce the size of the table ?
I am not getting that how many attributes must be there in the Borrowed by table which actually represents a table since we have the constraint that one user can borrow o...
radha gogia
926
views
asked
Jul 31, 2015
Databases
databases
+
–
6
6 votes
3
answers
3 answers
15.1k
15.1k views
Find canonical cover for the given set of functional dependencies.
Consider the following set of functional dependency on the scheme (A, B,C)A→BC, B→C, A→B, AB→CThe canonical cover for this set is:A. A→BC and B&r...
amarVashishth
15.1k
views
asked
Jul 25, 2015
Databases
databases
canonical-cover
database-normalization
+
–
1
1 vote
2
answers
2 answers
2.4k
2.4k views
database
decompose relation into 2NF ,3NF,BCNFR(ABCDE) {AB ->C, DE ->C , B ->D}R(ABCD) {AB ->C,C >D,D >A}
focus _GATE
2.4k
views
asked
Jul 25, 2015
Databases
databases
+
–
1
1 vote
1
answers
1 answer
5.6k
5.6k views
A relation R(ABCDE) with FD set f = {A -> BC, C -> DE, D -> E} and the decomposition d = { R1(ABCD), R2(DE)}. Is this decomposition dependency preserving?
The answer given is YES. But how is the dependency C - DE preserved in this decomposition?
Shefali
5.6k
views
asked
Jul 23, 2015
Databases
databases
database-normalization
+
–
3
3 votes
3
3 answers
3.1k
3.1k views
F = {X -> YZ, Y -> XZ, Z -> X} How many no. of minimal and canonical covers are possible?
Answer is 2 minimal and 2 canonical covers.Please give full explanation of how to solve.
Shefali
3.1k
views
asked
Jul 22, 2015
Databases
database-normalization
databases
canonical-normal-form
+
–
15
15 votes
4
answers
4 answers
7.0k
7.0k views
solve
How many view equal serial schedules possible for the followingschedule?S : w1(A) r2(A) w3(A) r4(A) w5(A) r6(A) w7(A) r8(A
focus _GATE
7.0k
views
asked
Jul 17, 2015
Databases
databases
+
–
0
0 votes
1
1 answer
671
671 views
explain!
Suppose a phone book contain 500 pages and each page can containupto 500 records. Suppose we want to search for a particular name in aphone book. Give a worst case bound ...
focus _GATE
671
views
asked
Jul 17, 2015
Databases
databases
+
–
1
1 vote
1
1 answer
602
602 views
database explain
focus _GATE
602
views
asked
Jul 17, 2015
Databases
databases
bad-question
+
–
0
0 votes
2
2 answers
1.9k
1.9k views
explain
If R and S are two relation in BCNF the natural join of R and S is alsoin BCNF.above statement true or false.??
focus _GATE
1.9k
views
asked
Jul 16, 2015
Databases
databases
+
–
0
0 votes
1
answers
1 answer
676
676 views
give statement in english for SQL
focus _GATE
676
views
asked
Jul 16, 2015
Databases
databases
sql
+
–
4
4 votes
4
answers
4 answers
11.7k
11.7k views
UGC NET CSE | Junet 2015 | Part 3 | Question: 7
Let $E_1$ and $E_2$ be two entities in E-R diagram with simple single valued attributes. $R_1$ and $R_2$ are two relationships between $E_1$ and $E_2$ where $R_1$ is one-...
Shubham Sahu
11.7k
views
asked
Jul 7, 2015
Databases
databases
er-diagram
ugcnetcse-june2015-paper3
+
–
0
0 votes
1
1 answer
1.7k
1.7k views
write down Domain Relational Calculas query?
employee(person-name,street,city)works(person-name,company-name,salary)company(company-name,city)manages(person-name,manager-name) Find all employees who earn more than e...
gauravalgo
1.7k
views
asked
Jul 3, 2015
Databases
databases
relational-calculus
+
–
0
0 votes
1
answers
1 answer
859
859 views
Is there any condition in which we can say that dense index is sparse index??
Is there any condition in which we can say that dense index is sparse index?
focus _GATE
859
views
asked
Jun 30, 2015
Databases
databases
+
–
0
0 votes
2
2 answers
1.5k
1.5k views
y not a? many time confuse in this kind of questions
Manager’s salary details are hidden from the employee. This is called as(A) Conceptual level data hiding (B) Physical level data hiding (C) External level data hiding (D)...
Shimpy Goyal
1.5k
views
asked
Jun 26, 2015
Databases
databases
+
–
1
1 vote
1
1 answer
4.0k
4.0k views
UGC NET CSE | December 2013 | Part 2 | Question: 11
The student marks should not be greater than 100. This isIntegrity constraintReferential constraintOver-defined constraintFeasible constraint
Shimpy Goyal
4.0k
views
asked
Jun 26, 2015
Databases
databases
database-constraints
ugcnetcse-dec2013-paper2
+
–
13
13 votes
3
3 answers
7.1k
7.1k views
ISRO2015-21
If $\text{D}_1,\text{D}_2, \dots \text{D}_n$ are domains in a relational model, then the relation is a table, which is a subset of$\text{D}_1 \oplus \text{D}_2 \oplus \do...
Shimpy Goyal
7.1k
views
asked
Jun 25, 2015
Databases
databases
isro2015
relational-model
+
–
1
1 vote
2
answers
2 answers
2.6k
2.6k views
ER MODEL
HOW many minimum relation which satisfy BCNF.??
focus _GATE
2.6k
views
asked
Jun 23, 2015
Databases
databases
er-diagram
+
–
4
4 votes
2
answers
2 answers
2.4k
2.4k views
join
Consider a relation $R(A,B,C)$ with the following functional dependencies $AB \to C$ and $AC \to B$. $A$ can take 20 distinct values, $B$ can take 10 distinct values and ...
komal07
2.4k
views
asked
Jun 20, 2015
Databases
databases
database-normalization
+
–
Page:
« prev
1
...
120
121
122
123
124
125
126
127
128
129
130
...
132
next »