-- This is a fake table. CREATE TABLE Foo ( -- This is a fake column. Bar INT64 NOT NULL, -- Another fake column. Baz STRING(MAX) NOT NULL, ) PRIMARY KEY (Bar);