Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
40
create table beers
Guest on 15th March 2023 02:31:40 AM
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]
Raw Paste
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]
Login
or
Register
to edit or fork this paste. It's free.