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