Friends,

Can anyone tell me how to calculate the size of table ? Is there any particular formula , ofcours in DB Admin manual, it has been given. For calculating average size of a table what is the formula ?

Example : table has five columns and each is

(col1 char(5), col2 varchar(10),col3 datetime, col4 char(5), col5 varchar(20).

According to the above said structure the size of the table will be (5+10+7+5+20)/5 to get the average size.

Is the approach is right or wrong ? Is there any other way to find/calculate the table size.

TIA
Ravs