mysql> create table musteri( -> musteri_no int, -> musteri_ad varchar(15), -> musteri_soyad varchar(15)); Query OK, 0 rows affected (1.05 sec) mysql> create table satis( -> musteri_no int, -> urun_ad varchar(15), -> urun_adet int, -> urun_fiyat int ); Query OK, 0 rows affected (0.54 sec)