登录
首页 » SQL » inserts

inserts

于 2014-12-21 发布 文件大小:1KB
0 200
下载积分: 1 下载次数: 5

代码说明:

  Emplos de insert en el motor de base de datos MySQL

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 酒店管理系统
    资源描述 jsp的正常设计,SQL Sever数据库,前台展示了酒店的客房信息以及用餐信息,实现顾客的登录、注册、预订等功能,后台为管理员界面,实现了登录、订单查询、修改商品信息等功能
    2023-02-17 10:25:04下载
    积分:1
  • 本系统为资产管理系统,分三个用户权限,管理员对员工的管理以及对资产的卖出,财务人员进行对资产的估价以及分配资产;维护人员主要是对资产的维护以及对维护商的管理...
    本系统为资产管理系统,分三个用户权限,管理员对员工的管理以及对资产的卖出,财务人员进行对资产的估价以及分配资产;维护人员主要是对资产的维护以及对维护商的管理-the system for asset management systems, three user competence, Administrators of the management and staff of the assets sold, the finance staff of the valuation of assets and distribution of assets; maintenance staff was to the safeguarding of assets and to preserve the management
    2022-06-27 05:29:00下载
    积分:1
  • 一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3...
    一、实验目的 1)理解视图的概念。 2)掌握创建视图的方法。 3)掌握更改视图的方法。 4)掌握用视图管理数据的方法。 二、实验内容 3、用T-SQL语言创建、管理视图 (以下题目需提交) (1)创建视图 1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。) T-SQL语句为: Create view stuview2 As Select * From student Where sex= 男 -1, experimental purposes 1) understand the concept of view. 2) to master the method to create the view. 3) control to change the view method. 4) The master with the view of management data. Second, the contents of three experiments, using T-SQL language to create, manage view (the following topics should be submitted) (1) create a view of a) Create a file called stuview2 level view of the student table from the database query XSGL the gender as " male " All the students information. Used in the creation of the view with check option. (Note: This clause is used to force all the modifications performed on the view must be consistent with statements
    2023-09-08 05:20:03下载
    积分:1
  • 我自己收藏的一些认为好可以的课件是关于ASP.NET的还有SQLSEVER的课件(绝密)...
    我自己收藏的一些认为好可以的课件是关于ASP.NET的还有SQLSEVER的课件(绝密)-I think a good collection of some of the courseware can be also on the ASP.NET courseware SQLSEVER (top secret)
    2022-02-01 07:37:40下载
    积分:1
  • 健身俱乐部
    应用背景 根据对健身中心会员管理中存在的问题进行分析,本会员信息管理系统可以说是一个综合性的健身中心会员管理系统,这它集成了系统管理、会员管理、会员档案管理、会员消费管理等多种功能,因而具有较强的实用性和先进性。 关键技术  ⑴  管理员对会员及其运动项目的增、删、改、查 ;       ⑵ 会员对其所选项目查看及修改;   ⑶  原始数据修改简单方便,支持多条件修改   ⑷  方便的数据查询,支持多条件查询;   ⑸  在相应的权限下,删除数据方便简单,数据稳定性好;
    2022-11-28 02:40:04下载
    积分:1
  • VSSQL2000MaterialManagementSystem
    OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 物资管理系统 (OS: Windows 2000 Server+ SP2 IDE: Visual Studio 6.0+ SP5 DataBase: SQL 2000 Server+ SP2 Material Management System)
    2011-01-06 08:09:21下载
    积分:1
  • 选修课系统,功能还可以,所以让大家看看,不是我的
    选修课系统,功能还可以,所以让大家看看,不是我的-elective system can also function, so let us take a look at, not me
    2022-01-28 02:41:45下载
    积分:1
  • contain the following basic features of BBS systems : an article published artic...
    包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 访问路径为 http://localhost:8080/chap23/index.jsp。-contain the following basic features of BBS systems : an article published articles reply, search articles View article, Sort article runs, need database directory of Forum_MSAccess.mdb paper copy to the D- the root directory, because common.jsp set the path for the database root directory, readers can also set up their own way of other trails. Path to visit http://localhost : 8080/chap23/index.jsp.
    2022-03-18 03:45:56下载
    积分:1
  • 网上书城系统
    实现网上书城,提供前台和后台管理1.图书分类表BookType2.图书信息表Books3.购物车表Basket4.用户信息表Users5.管理员表Admin;admin用于存储系统管理员的后台操作脚本。 App_Code用于存储系统类文件。 images用于存储网页中的图片文件。 user用于存储注册用户的操作脚本。 aspnet_client是系统自动生成的,用来动态的生成和处理JavaScript的必须的文件夹。
    2023-07-30 01:30:03下载
    积分:1
  • java in the sql server connection two methods, it is also useful
    java中sql server的连接的两种方法,值得参考 -java in the sql server connection two methods, it is also useful
    2022-02-10 15:35:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载