
drop table monoclonals\g
create table monoclonals (
   monoclonal	char(10),
   serovar	char(25),
   titar	real
)\g

drop table serovars\g
create table serovars (
   genus	char(50),
   species	char(50),
   serogroup	char(50),
   serovar	char(50),
   strain	char(50),
   year		char(10),
   origin	char(70),
   country	char(50),
   status	char(50),
   history	char(7500)
)\g

