S1: Indexing is used to optimize the performance of a database by minimizing the number of disk accesses required when a query is processed.
S2: Indexing is used to locate and access the data in a database table quickly.
I. Reduces number of tables
II. Reduces database size
III. Reduces data constraints
IV. Reduces chances of data anomalies
F = {{A,B}⟶{C}, {A}⟶{D,F}, {B}⟶{F}, {F}⟶{G,H}, {D}⟶{I,J}}
What is the key for R?
A->C, B->D, AB->E. In terms of Normalization, this table is in
R(A, B, C)
S(B,C)
(i) SELECT * FROM Student WHERE rollnum are between 20 and 30;
(ii) SELECT * FROM Student WHERE rollnum IN(20,30)
Pname
|
Pnumber
|
Plocation
|
dnum
|
A
B
C
BCT
Bitcoin
Ethereum
|
1
2
3
4
5
6
|
Mumbai
Delhi
Hyd
Chennai
Hyd
Chennai
|
5
5
5
4
1
4
|
Identify the CORRECT query for the following output?
Pname
|
BCT
Ethereum
|