搜索资源列表
Oracle_sql_adn
- 这是在网上收集的关于oracle的sql语句优化的文章,教我们如果编写高效快速的sql语句,推荐-This is the online collection of oracle sql statement optimization of the article, If we teach the rapid and efficient preparation of the sql statement recommended
shujuku
- 数据库教学PPT,让你迅速掌握SQL SERVER的SQL语句编写和基本的数据库设计。-database teaching PPT, let you quick access to SQL Server and SQL prepared the basic design of the database.
sql
- 熟悉SQL设计软件的一般步骤、SQL的基本语法语句、辅助课堂教学为目的,提高同学的编程开发软件的能力,进一步巩固数据库课程-familiar with the general design software steps, the basic syntax of SQL statements, support for teaching purposes, improve students programming software, database programs to further cons
student
- 1. 学生成绩删除功能:该功能通过调用int shanchu(struct Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现,由学号来引出学生信息,当学号不存在时,系统将给出信息“该学生不存在!”。然后询问管理员是否继续删除。 2. 学生成绩添加功能:该功能通过调用void luru(struct Student *p)来实现。实现了手工输入功能,当然可以通过连接数据库来在数据库中进行修改。 3. 学生成绩更新功