TEXT   40
create table beers
Guest on 15th March 2023 02:31:40 AM


  1. create table beers (
  2. beer_id int not null ,
  3. rank int not null ,
  4. constraint pk_beer primary key clustered
  5. (beer_id) with fillfactor = 90 on [primary]) on [primary]

Raw Paste

Login or Register to edit or fork this paste. It's free.