create table beers ( beer_id int not null , rank int not null , constraint pk_beer primary key clustered (beer_id) with fillfactor = 90 on [primary]) on [primary]