-
数据库的操作实例,对数据库进行了实例分析。学习
一个VC写的关于数据库操作的实用例子。可供学习-a VC was made on the operation of the database practical examples. For learning
- 2022-02-01 23:15:31下载
- 积分:1
-
脚本
java sql 脚本 用于快速填写sql数据库的方法。(java sql fast hello,world)
- 2019-03-21 22:30:59下载
- 积分:1
-
99
说明: 99乘法表,使用TSQL语言在sqlserver编写的。有利于新手练习(This is a 99 multiplication table)
- 2013-11-23 12:50:20下载
- 积分:1
-
考勤管理系统:
初始登录的用户和密码均为KQ
考勤管理系统:
初始登录的用户和密码均为KQ-attendance management system : initial login and password of the users were Application of KQ
- 2023-09-03 16:10:03下载
- 积分:1
-
此为留言板代码,很适合初学者学习。利用asp.net以及sql server 编写而成。...
此为留言板代码,很适合初学者学习。利用asp.net以及sql server 编写而成。-This is the message board code, it is suitable for beginners to learn. Sql server using asp.net and prepared.
- 2022-03-20 03:09:42下载
- 积分:1
-
jiaohu
1. 掌握SQL的数据定义、数据操纵功能
2. 利用SQL语句进行多表查询和嵌套查询
3. 掌握SQL数据定义中修改、删除表功能
4. 掌握SQL语句中数据更新相关操作
5. 掌握视图基本操作:定义、查询、更新视图。
(1. Grasp the SQL data definition, data manipulation functions 2. The use of SQL statements for multi-table query and nested query 3. Master modify SQL data definition, delete the table function 4. Grasp the SQL statement to update data related to operations 5. Master view basic steps: define, query, update the view.)
- 2007-12-09 10:18:02下载
- 积分: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
-
酒店管理系统
资源描述
jsp的正常设计,SQL Sever数据库,前台展示了酒店的客房信息以及用餐信息,实现顾客的登录、注册、预订等功能,后台为管理员界面,实现了登录、订单查询、修改商品信息等功能
- 2023-02-17 10:25:04下载
- 积分:1
-
wage management system management system for wage wage wage management system ma...
工资管理系统工资管理系统工资管理系统工资管理系统
- 2022-01-25 20:40:55下载
- 积分:1
-
SQL
sql的原代码可以供学习sql的人提供好的学习材料(sql the original code for learning sql can provide a good learning materials)
- 2007-12-06 20:14:04下载
- 积分:1