-
数据库连接,读,写,修改,储存,等等的函数!可以镶入任何的程序,这样编写数据库就节省了很多时间了!...
数据库连接,读,写,修改,储存,等等的函数!可以镶入任何的程序,这样编写数据库就节省了很多时间了!-Database connection, read, write, modify, store, and so the function! Can insert into any of the procedures, so that the preparation of database on save a lot of time!
- 2022-04-18 13:40:12下载
- 积分:1
-
用户权限管理系统,一个简单例子,不得用于商业用途
用户权限管理系统,一个简单例子,不得用于商业用途-User rights management system, a simple example, and not for commercial use
- 2023-02-20 12:40:04下载
- 积分:1
-
在线营销的源代码,完整的,是不可多得的软件,开发利用…
网上销售源代码,内容齐全,是不可多得的软件,使用vb开发-online marketing source code, as complete, the software is rare, the use of development vb
- 2022-03-19 01:02:55下载
- 积分: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
-
利用Visual C++ 6.0开发的基于ADO数据库连接技术的超市管理系统,实现了数据库的插入、删除、修改等操作,相当有借鉴意义!...
利用Visual C++ 6.0开发的基于ADO数据库连接技术的超市管理系统,实现了数据库的插入、删除、修改等操作,相当有借鉴意义!-6.0 using Visual C development based ADO database connectivity technologies supermarket management system, Implementation of the database insertion, deletion, modification, etc, are quite useful!
- 2022-10-26 01:40:02下载
- 积分:1
-
<SQLServer2005数据库基础及应用技术教程与实训>,2008年北京大学出版社出版,大学用的教材,仅供个人学习参考用!讲解详细!想学SQLS
,2008年北京大学出版社出版,大学用的教材,仅供个人学习参考用!讲解详细!想学SQLSERVER2005的朋友赶紧下-, 2008, Peking University Press, University materials are for personal study and reference! Explained in detail! Want to learn SQLSERVER2005 friend got off the
- 2023-01-25 14:20:10下载
- 积分:1
-
display of the code DB_LIB the use of SQL Server connectivity and various operat...
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
- 2022-07-17 03:08:13下载
- 积分:1
-
简单的酒店管理系统 c# +9 SQLserver 2
简单的酒店管理系统 c# +9 SQLserver 2-Simple hotel management system for c#+ 9 SQLserver 2
- 2022-02-14 17:30:36下载
- 积分:1
-
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库....
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库.-the procedure except to the SQL Server. Can be used to set out all the terms of SQL services Treasury devices and databases.
- 2023-01-19 16:10:03下载
- 积分:1
-
java连接SQL server数据库,也是自学的资料,只要运行好了,就能知道自己数据是否连接上了本地的数据库...
java连接SQL server数据库,也是自学的资料,只要运行好了,就能知道自己数据是否连接上了本地的数据库 -java connect the sql server2000 code.
- 2022-05-19 02:57:03下载
- 积分:1