湘裳 2022-11-17 22:05 采纳率: 85.7%
浏览 8
已结题

mysql,外键设置相关问题,如图中第三个表,不知道怎么建

图中第三个表,score,前面两个我都弄好了,这个外键不会,他没有要求哪里关联哪里

img

  • 写回答

2条回答 默认 最新

  • 萌面超人me 2022-11-17 23:01
    关注

    新建表

    create table scroe(
    stu_id char(6) not null primary key comment '学号',
    course_id char(4) not null primary key comment '课程编号',
    score int(3) not null comment '成绩',
    constraint 'fk_stu_id' foreign key(stu_id) references  students(stu_id),
    constraint 'fk_course_id' foreign key(course_id) references  courses(course_id)
    )
    

    如果你已经建了表

    alter table scroe add constraint 'fk_stu_id' foreign key(stu_id) references  courses(course_id);
    alter table scroe add constraint 'fk_course_id' foreign key(course_id) references  courses(course_id);
    

    如有帮助,请点击我的回答下方的【采纳该答案】按钮帮忙采纳下,谢谢!

    img

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 11月26日
  • 已采纳回答 11月18日
  • 创建了问题 11月17日

悬赏问题

  • ¥15 我的数据无法存进链表里
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch
  • ¥15 PSCAD安装问题 ERROR: Visual Studio 2013, 2015, 2017 or 2019 is not found in the system.
  • ¥15 (标签-MATLAB|关键词-多址)
  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端