Insert into customer (
cust_id,
company_name,
telephone,
fax,
email,
website,
address,
district,
country,
delivery_addr,
remark
) values (
'4567891', 
'', 
'', 
'', 
'', 
'', 
'\', 
'', 
'', 
'', 
''
)