Recent questions tagged databases

7 votes
3 answers
1891
What does a data dictionary will identify?Field nameField formatField typesAll of the above
0 votes
1 answer
1897
Find the Odd one Out: Candidate KeySuper KeyPrimary KeyAlternate Key
4 votes
0 answers
1899
Plz explain what is the no of tables required in self referential relation( without multivalued attribute) and How:- and also (with multivalued attribute) ????
0 votes
1 answer
1900
What is the difference between Subschema, View and Virtual table in DBMS?please explain!!
0 votes
1 answer
1901
External schema consists of:a) Subschemasb) Virtual Tablesc) Both a and bd) None of these
6 votes
6 answers
1902
A Clustered indexA) is a dense index always.B) is a sparse index always.C) can be either dense index or a sparse index,but not both.D) can be both dense index and sparse ...
2 votes
3 answers
1903
Which of the following statements is TRUE ?A) Every primary index is also a clustered index.B) Every clustered index is also a primary index.C) Both primary index and clu...
0 votes
0 answers
1904
This index is a dense index ...right ...???
2 votes
0 answers
1905
State TRUE or FALSE."In Indexing,the number of ordering field (field based on which records in data file and its corresponding index file are sorted) should always be 1"....
9 votes
2 answers
1906
IF a relation R(A,B,C,D,E) whereAB is the key andADE->Cso is this in 2NF or not?Do Partial dependency exist??? because C is derived from ADE (A is part of key AB)
2 votes
2 answers
1907
what is the difference between a "Block" and "Sector" in Hard disk ..??? Are they both same ???
0 votes
1 answer
1909
Is the following relation in 3NF or not ?
0 votes
0 answers
1911
what is the difference between Vertical and Horizontal fragmentations.If Data objects replicas are stored at multiple number of sites, Explain how the lock will be acquir...
4 votes
2 answers
1912
18 votes
3 answers
1914
1 votes
2 answers
1915
1. How many minimum tables required which satisfy 1NF.2. How many minimum tables required which satisfy BCNF.3. How many minimum tables required which satisfy 4NF.
0 votes
2 answers
1916
1 votes
2 answers
1917
Searching and retrieval of data is more efficient using which tree?B Tree or B+ Tree?
1 votes
1 answer
1918
0 votes
0 answers
1920
In two phase Commit Protocol,why can blocking be completely eliminated even when participants elect a new Coordinator ?