blob: 42536339158ceee4d5f32d7ec028f131c434521a [file] [log] [blame]
Drop table B_Customer;
CREATE TABLE B_Customer (
c_id integer not null,
c_phone char(16)
);