Recent questions tagged databases

0 votes
0 answers
2431
In Graph based Protocol :-Why acquireing second lock on a data item needs to lock their parent data in tree .please explain
1 votes
1 answer
2432
construct a b+ tree to insert the following numbers (order is 3) 3,2,5,7,6,23,24,35,67,44,43,42,17,18,19 ?
1 votes
1 answer
2434
Which of the following is true?A relation in BCNF is always in 3NFA relation in 3NF is always in BCNFBCNF and 3NF are sameA relation in BCNF is not in 3NF
0 votes
2 answers
2435
Views are useful for _____ unwanted information, and for collecting together information from more than one relation into a single view.A. HidingB. DeletingC. Hi...
0 votes
1 answer
2436
6 votes
2 answers
2438
In functional dependency Armstrong inference rules refers toReflexive, Augmentation and DecompositionTransitive, Augmentation and ReflexiveAugmentation, Transitive, Refle...
3 votes
2 answers
2439
Which type of DBMS provides support for maintaining several versions of the same entity?Relational Database Management SystemHierarchicalObject Oriented Database Manageme...
5 votes
2 answers
2440
Which of the following contains complete record of all activity that affected the contents of a database during a certain period of time?Transaction logQuery languageRepo...
0 votes
1 answer
2441
which of the following is not a UML diagrama. Use casesb. Class Diagramsc. Analysis Diagramd. Swimlane Diagram
1 votes
1 answer
2442
0 votes
1 answer
2443
Armstrong inference rule does not determinea. Reflexivityb. Augmentationc. Transitivityd. Mutual Dependency
0 votes
1 answer
2444
5 votes
3 answers
2445
The join operation can be defined asa cartesian product of two relations followed by a selectiona cartesian product of two relationsa union of two relations followed by c...
5 votes
3 answers
2447
Which of the following is correct with respect to Two phase commit protocol?Ensures serializabilityPrevents DeadlockDetects DeadlockRecover from Deadlock
4 votes
2 answers
2448
BCNF is not used for cases where a relation hasTwo (or more) candidate keysTwo candidate keys and compositeThe candidate key overlapTwo mutually exclusive foreign keys
8 votes
5 answers
2449
Which operation is used to extract specified columns from a table?ProjectJoinExtractSubstitute
5 votes
2 answers
2450
Armstrong’s inference rule doesnot determineReflexivityAugmentationTransitivityMutual dependency
6 votes
4 answers
2451
A view of database that appears to an application program is known asSchemaSubschemaVirtual tableNone of these
7 votes
3 answers
2452
Which of the following is aggregate function in SQL?AvgSelectOrdered bydistinct
6 votes
2 answers
2453
Which commands are used to control access over objects in relational database?CASCADE & MVDGRANT & REVOKEQUE & QUISTNone of these
2 votes
2 answers
2456
0 votes
1 answer
2457
0 votes
1 answer
2458
A. what files are in the databaseB. what attribute are possessed by the dataC. what these files containD. All of the above
6 votes
5 answers
2460
A locked database file can beAccessed by only one userModified by users with the correct passwordUsed to hide sensitive informationUpdated by more than one user