以char(10)为例,共十个字节 ,现举一个表 
 create table exam( aa char(10) primary key,
                    bb number(10,2)
                   ); 共20个字节 .
另外记录数的增长速度决定 next 的值 ,
    一个表的所有字段中,有的是用来update的 也要考虑