数据库上机考试、跪求大神 跪求答案、、

数据库上机考试、跪求大神 跪求答案、、,第1张

1.select sno from spj where sno=j1

2.select sno from spj where sno=j1 and pno = p1

3.select sno from spj where sno = j1 and pno in ( select pno from p where color = red)

4.select jno from spj where sno not in ( select sno from s where city = tianjin)

And pno not in ( select pno from p where color = red)

5.select sname city from s

6.select PNAME,COLOR,WEIGHT from p

7.select jno from spj where sno = s1

8. select pname ,qty from spj as a ,p as b where a.pno = b.pno and jno = j2

9. select pno from s , spj where s.no = spj.sno and city = shanghai

10. select jno from s , spj where s.no = spj.sno and city = shanghai

11.select jno from s , spj where s.no = spj.sno and city ! = tianjin

《Visual FoxPro数据库基础教程实践与题解》是《Visual FoxPro数据库基础教程》配套教材。全书包括4部分内容:第1部分为《Visual FoxPro数据库基础教程》的习题与参考答案;第2部分为VisualFoxPro8.0的安装、配置和课程本身的上机实验安排,介绍了指导学生上机实验时常见调试程序的基本 *** 作,并根据教材内容提供了10个配套实验;第3部分为VisualFoxPro8.0数据库实训指导及为初学者提供的3个典型的实践案例;第4部分为6套模拟试题和参考答案,其中包括2套上机 *** 作试题及参考答案。《Visual FoxPro数据库基础教程实践与题解》结构合理、内容新颖、深度适宜、实用性强,不仅可以作为《Visual FoxPro数据库基础教程》的参考书,也可以作为其他Visual FoxPro数据库教材的参考书。

《Visual FoxPro数据库基础教程实践与题解》适合作为高等院校本科、专科学生学习Visual FoxPro数据库课程的参考书,也可作为数据库编程人员和信息管理等相关领域的技术工作者自学与参考用书。


欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/sjk/9562302.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-29
下一篇 2023-04-29

发表评论

登录后才能评论

评论列表(0条)

保存