-
pl sql 开发文档,可以下载,学习sql语法
pl sql 开发文档,可以下载,学习sql语法-plsql develop document
- 2023-01-17 06:25:04下载
- 积分:1
-
SQL数据库备份,数据备份或恢复完成
SQLserver数据库备份,完成数据备份或恢复-SQL database backup, data backup or restore completed
- 2022-08-11 06:23:56下载
- 积分:1
-
数据库课程设计...........
具体的详见文件列表 都是文档!
数据库课程设计...........
具体的详见文件列表 都是文档!-Database Course Design ........... specific detailed list of files are the documents!
- 2022-03-16 09:04:39下载
- 积分:1
-
是学习SQL入门的好资料,希望对你下载有益
是学习SQL入门的好资料,希望对你下载有益-SQL Getting Started to learn the good information and would like for you to download useful
- 2022-09-28 06:20:03下载
- 积分:1
-
SQL-Server-2000
说明: 如何在C#中使用存储过程(SQL Server 2000)(c# and SQL Server 2000)
- 2011-03-28 09:46:16下载
- 积分: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
-
建立数据库连接的加密字符串,使用户可以方便的建立与SQL的连接...
建立数据库连接的加密字符串,使用户可以方便的建立与SQL的连接-establish the database connection string encryption, so that the user can establish a link with SQL
- 2022-02-26 17:40:47下载
- 积分:1
-
数据库的操作实例,对数据库进行了实例分析。学习
一个VC写的关于数据库操作的实用例子。可供学习-a VC was made on the operation of the database practical examples. For learning
- 2022-02-01 23:15:31下载
- 积分:1
-
Test database connection examples. Note: Yes, sqlserver, but can be changed to o...
测试数据库联接的例子。
注:是sqlserver 的,不过可以改成其他数据库的。-Test database connection examples. Note: Yes, sqlserver, but can be changed to other databases.
- 2022-03-06 04:22:21下载
- 积分:1
-
这是用C++编的电影系统,里面的功能有较多的,也是比较全
这是用C++编的电影系统,里面的功能有较多的,也是比较全-This is compiled using C++ film systems, which have more features and a more full-
- 2023-07-25 03:10:03下载
- 积分:1