Sha256: 2b24c25b0301b7f61b86f891078e1bcde963292cdb05e0154af2945dbba77384
Contents?: true
Size: 358 Bytes
Versions: 5
Compression:
Stored size: 358 Bytes
Contents
CREATE TABLE Person ( -- Person is involved in Death and maybe Death was due to Cause Of Death, DeathCauseOfDeath varchar NULL, -- Person is involved in Death, IsDead bit NULL, -- Person has Person Name, PersonName varchar(40) NOT NULL, PRIMARY KEY(PersonName) ) GO
Version data entries
5 entries across 5 versions & 1 rubygems