بتاريخ: 11 أغسطس 200718 سنة comment_107034 السلام عليكم ورحمة الله اريد انشاء مفتاح اجنبي لماذا هذا الخطا؟ invalid column name ; ( create table holland (col_1 varchar(1) primary key ; ( create table vanpersie ( col_2 varchar(1) primary key ( alter table holland add foreign key ;(alter table holland add foreign key (col_2) references vanpersie (col_2 (foreign key (col_2) **************** تقديم بلاغ
بتاريخ: 13 أغسطس 200718 سنة comment_107217 هل هذا هو المقصود :- create table holland (col_1 varchar(1) primary key); create table vanpersie ( col_2 varchar2(1) primary key); alter table holland add foreign key (col_1) references vanpersie; تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.