Recent questions tagged databases

4 votes
2 answers
2401
Goals for the design of the logical scheme includeavoiding data inconsistencybeing able to construct query easilybeing able to access data efficientlyAll of the above
0 votes
1 answer
2402
A Transaction Manager is which of the following?Maintains a log of transactionsMaintains before and after database imagesMaintains appropriate concurrent controlAll of th...
1 votes
1 answer
2403
1 votes
1 answer
2404
In multiuser database if two users wish to update the same record at the same time, they are prevented from doing so byJammingPasswordDocumentationRecord lock
0 votes
2 answers
2405
Match the following $:$$\begin{array} {cIcI} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{DDL} & \text{i.} & \text{LOCK TABLE} \\ \text{b.} & \tex...
2 votes
3 answers
2406
3 votes
3 answers
2407
A clustering index is created when _______. Primary key is declared and ordered No key orderedForeign key orderedThere is no key and no order
0 votes
2 answers
2408
Manager’s salary details are hidden from the employee. This is called asConceptual level data hidingPhysical level data hidingExternal level data hiding Local level...
10 votes
4 answers
2409
Consider the following tableThe table is in which normal form?First Normal FormSecond Normal FormThird Normal Form but not BCNFThird Normal Form and BCNF
1 votes
1 answer
2410
6 votes
2 answers
2411
0 votes
1 answer
2413
What element will be in root of B+ Tree after inserting (1,4,7,10,17,21,31,25,19,20). Assume branching factor is 4
2 votes
2 answers
2416
8 votes
1 answer
2417
Let us consider 3 relations R1(ABD), R2(BCE) and R3(CF). The primary keys of R1 , R2 and R3 are A, B and C respectively. The number of tuples in R1, R2 and R3 are 50,4...
1 votes
2 answers
2418
0 votes
1 answer
2420
12 votes
4 answers
2422
What is the equivalent serial schedule for the following transactions? $\text{T}_1 - \text{T}_2 - \text{T}_3$$\text{T}_3 - \text{T}_1 - \text{T}_2$$\text{T}_2 - \text{T}_...
2 votes
1 answer
2423
Consider a B+ tree with order 15, what is the max no of records that can be indexed with 3 levels ?
7 votes
3 answers
2425
If a node has $K$ children in $B$ tree, then the node contains exactly _____ keys.$K^2$$K-1$$K+1$$\sqrt{K}$
5 votes
3 answers
2429
The maximum length of an attribute of type text is$127$$255$$256$It is variable
8 votes
3 answers
2430