A multi valued Attribute is
an attribute which has more than one value in the dimension row.
For example consider Product
table:
| 
   
Name  
 | 
  
   
id  
 | 
  
   
Fax number 
 | 
 
| 
   
A 
 | 
  
   
1 
 | 
  
   
12,122,323 
 | 
 
| 
   
B 
 | 
  
   
2 
 | 
  
   
1100,23,423 
 | 
 
| 
   
C 
 | 
  
   
3 
 | 
  
   
1232 
 | 
 
Here we have too many value
for the row Fax number, this is an example for Multi valued Attribute
No comments:
Post a Comment