美文网首页
04 数据库考试题答案

04 数据库考试题答案

作者: __71db | 来源:发表于2017-08-30 17:21 被阅读0次

1、select name from student s ,achievement a where s.id=a.id and mark>85;

2、select count(*) from achievement where mark>=90;

3、insert into achievement(id,mark) values (1,80);

4、update achievement set Mark=87 where id=(select  id  from  student where name=Rose);

5、delete from student where name='Betty';

delete from achievement where id=(select  id  from  student where name=Betty);

update score set score=100 where stu_id=(select id from student where name='张三');

相关文章

  • 04 数据库考试题答案

    1、select name from student s ,achievement a where s.id=a....

  • 单表查询

    创建数据库 CREATE DATABASE chapter04; 选择数据库 USE chapter04; 创建表...

  • 《数据库原理与应用》第04章在线测试

    《数据库原理与应用》第04章在线测试 《数据库原理与应用》第04章在线测试剩余时间:59:56 答题须知:1、本卷...

  • 要不要考A+?

    下午放学前,数学老师把月考试题答案发到家长群。女儿一回来就要对答案。 “答案对完了?”几分钟后,我问女儿。 “嗯”...

  • 2019年考研初试英语一考试题参考答案完全版

    2019年考研初试英语一考试题参考答案完全版 Section I Use of English 1. C few...

  • 重磅!2019年河北省高考各科真题及答案汇总!

    新鲜出炉!来看看全国Ⅰ卷各科试卷及官方版参考答案,估估你能得多少分↓↓↓ 2019年全国Ⅰ卷高考试题及答案 适用地...

  • 三观???

    看到今日主题,有一瞬间懵住,三观是什么?如果这是一道马克思主义的考试题或者说思修的考试题,我想可能会给出不同的答案...

  • 逝去的云朵 (61) 高考之后

    高考结束的头几天一般是省报卖的最好的时候,因为报纸上有本次高考试题的答案。尽管高考答案在网上也可以搜到,但是对于十...

  • 恳求各位大神

    学习通网络视频课结课考试,用哪个搜索能搜索出考试题及其答案,万分感谢简书的各位大神。

  • 送子由使契丹 苏轼阅读附答案

    送子由使契丹 苏轼阅读附答案(2017年新课标II语文高考试题) 宋诗,完成14~15题。 送子由使契丹 苏 轼 ...

网友评论

      本文标题:04 数据库考试题答案

      本文链接:https://www.haomeiwen.com/subject/borxjxtx.html