アットウィキロゴ

内部設計(3)

 INSERT INTO `streamu1_db3`.`maker` (`makerID`, `makername`) VALUES ('1', '株式会社スタンプファクトリー'), ('2', '有限会社平川コンツェルン'), ('3', '崎山工房'), ('4', 'サイバーダイン'), ('5', 'ジャムおじさんのハンコ工場');

NSERT INTO `streamu1_db3`.`maker` (`makerID`, `makername`) VALUES ('6', '株式会社Black-Wing');

 

INSERT INTO `streamu1_db3`.`material` (`material_ID`, `material_name`) VALUES ('1', '柘'), ('2', '象牙'), ('3', '黒水牛'), ('4', 'チタン'), ('5', '玄武'), ('6', '琥珀'), ('7', '超合金'), ('8', '楓');

 

INSERT INTO `streamu1_db3`.`pay` (`pay_ID`, `pay_name`) VALUES ('1', '代金引き換え'), ('2', 'クレジットカード'), ('3', 'ATM'), ('4', 'コンビニ');

 

INSERT INTO `streamu1_db3`.`products` (`pro_ID`, `pro_name`, `price`, `maker_ID`, `material_ID`, `pic_name`) VALUES ('1', '実印(象牙)', '15000', '4', '2', 'null'), ('2', '実印(柘)', '12000', '3', '1', 'null'), ('3', '実印(黒水牛)', '8000', '6', '3', 'null');

 

INSERT INTO `streamu1_db3`.`user` (`user_ID`, `user_name`, `age`, `address`, `sex`, `mail`, `tel`) VALUES ('1', '伊集院魔太郎', '17', NULL, '男', '[email protected]', '(xxx)xxx-xxxx'), ('2', '佐藤かよ', '21', NULL, '男', '[email protected]', '(xxx)111-9998'), ('3', 'クリス=シュナイダー', '25', NULL, '男', '[email protected]', '(xxx)xxx-xxxx'), ('4', '市川蟹蔵', '29', '', '男', '[email protected]', '(xxx)xxx-xxxx'), ('5', 'こむかい=みなこ', '24', NULL, '女', '[email protected]', '(xxx)xxx-xxxx'), ('6', '島田ちん助', '55', '', '男', '[email protected]', '(xxx)xxx-xxx');                                  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.

 

最終更新:2011年10月11日 11:59