retagged by
2,126 views
1 votes
1 votes

Match the following database terms to their functions $:$

$\begin{array} {clcl}  & \textbf{List – I} && \textbf{List – II} \\   \text{(a)} & \text{Normalization} & \text{(i)} & \text{Enforces match of primary key}\\ &&& \text{to foreign key} \\  \text{(b)} & \text{Data Dictionary} &\text{(ii)}& \text{Reduces data redundancy in} \\ &&& \text{a database} \\  \text{(c)} & \text{Referential Integrity} & \text{(iii)} & \text{Defines view(s) of the database for } \\ && & \text{particular user(s)} \\  \text{(d)} & \text{External Schema} & \text{(iv)} & \text{Contains metadata describing} \\ &&& \text{database structure} \\  \end{array}$

$\textbf{Codes :}$

  1. $\text{(a)-(iv), (b)-(iii), (c)-(i), (d)-(ii)}$
  2. $\text{(a)-(ii), (b)-(iv), (c)-(i), (d)-(iii)}$
  3. $\text{(a)-(ii), (b)-(iv), (c)-(iii), (d)-(i)}$
  4. $\text{(a)-(iv), (b)-(iii), (c)-(ii), (d)-(i)}$
retagged by

1 Answer

Best answer
0 votes
0 votes

Normalization Reduces data redundancy in a database 

Data Dictionary - Contains metadata describing database structure

Referential Integrity      -  Enforces match of primary key to foreign key 

External Schema       -  Defines view(s) of the database for particular user(s) 

Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Aug 8, 2016
2,378 views
A data which improves the performance and accessibility of the database are called:IndexesUser DataApplication MetadataData Dictionary
1 votes
1 votes
3 answers
4
im.raj asked May 26, 2016
5,364 views
A relation R={A,B,C,D,E,F,G} is given with following set of functional dependencies: F={AD→E, BE→F, B→C, AF→G}. Which of the following is a candidate key?AABABCAB...