- 18
- 0
- 约6.2千字
- 约 11页
- 2016-04-27 发布于湖北
- 举报
数据库系统概论
实验报告
学 号: 姓 名: 提交日期: 2010-12-15 成 绩:
【实验名称】 学生选课系统的数据库设计与实现 【实验内容】
1、熟悉数据库设计方法;
2、熟悉;掌握步骤create table class
(classNo int not null primary key,
className char(20),
sdept char(20),
number int)
2.学生表
create table student
(studentNo int not null primary key,
studentName char(20),
sex char(20),
age int,
classNo int)
3.课程表
create table course
(courseNo int not null primary key,
courseName char(20),
grade int)
4.选课表
create table choice
(studentNo int,
courseNo int。
result int,
primary key(studentNo,courseNo))
2.说明外码语句
alter table choice
add foreign key (studentNo) refer
您可能关注的文档
最近下载
- 基于Glauert法的风力机叶片设计设计说明书论文.docx VIP
- 12J7-3 内装修-吊顶-常用建筑图集.docx VIP
- 《紫苏生产技术规程》DB41T 3072-2025(河南标准).pdf VIP
- 党员组织生活会批评与自我批评发言材料.docx VIP
- 马工程《教育学原理》第十章 复习笔记.pdf VIP
- 柱锤冲扩法柱锤冲扩桩法.pptx VIP
- 浙江国企招聘-2026宁波海创集团有限公司第3批次公开招聘工作模拟试卷(浓缩300题)推荐.docx VIP
- 2025年最新主题教育应知应会知识竞赛题含参考答案.docx VIP
- (2026春新版)苏教版二年级数学下册全册教学设计.pdf VIP
- 浙江国企招聘-2026宁波海创集团有限公司第3批次公开招聘工作考前自测高频考点模拟试题(浓缩300题.docx VIP
原创力文档

文档评论(0)