-
sql 92的 bnf范式,学习sql 92标准的最权威参考
sql 92的 bnf范式,学习sql 92标准的最权威参考-sql 92 of bnf paradigm, learning sql 92 standard of the most authoritative reference
- 2023-01-02 15:10:04下载
- 积分:1
-
一个c++编写的人事管理系统,采用SQL数据库,很多大学生课程设计的需要...
一个c++编写的人事管理系统,采用SQL数据库,很多大学生课程设计的需要-prepared a personnel management system that uses SQL databases, many college students need to design programs
- 2022-04-29 22:12:05下载
- 积分:1
-
SQLServer2005_sample_code_queries_Dictionary
SQLServer2005范例代码查询辞典SQLServer2005 sample code queries Dictionary(SQLServer2005 sample code check dictionary SQLServer2005 sample code queries Dictionary)
- 2010-07-27 12:55:45下载
- 积分:1
-
数据库试验题目,关于学生管理系统的,用的时候请将DB1导入到SQL数据库中...
数据库试验题目,关于学生管理系统的,用的时候请将DB1导入到SQL数据库中-database test subject for the student management system, the time I would be grateful if DB1 Introduction to SQL databases
- 2022-01-24 18:39:06下载
- 积分:1
-
Guide for SQL Server 2005 certification.
70
Guide for SQL Server 2005 certification.
70-444 Optimizing and Maintaining a Database Administration Solution by SQL Server 2005
- 2023-03-04 03:40:03下载
- 积分:1
-
这是自己曾经参与开发的轻纺管理系统B/S版,有一定的研究价值!...
这是自己曾经参与开发的轻纺管理系统B/S版,有一定的研究价值!-This is what they have to participate in the development of light and textile industry management system B/S version, which is the research value.
- 2022-01-28 14:52:34下载
- 积分:1
-
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。...
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。-Abstract: This procedure will create a stored using adjacency list of the directed graph that can be inserted into the operation of vertex or edge, you can output to the map information or the output of the topology graph has to have the sequence.
- 2022-01-20 22:44:45下载
- 积分:1
-
RetiraAcentos
Function in SQL that remove special chars from a string.
Can be used with others SQL comands.
- 2013-10-10 04:56:37下载
- 积分:1
-
这是用sql编写的同学录,班级同学的一系列的信息,希望能对大家有帮助...
这是用sql编写的同学录,班级同学的一系列的信息,希望能对大家有帮助-It is written with sql Classmates, class students a range of information and hope you can help
- 2022-11-27 01:20:04下载
- 积分:1
-
Oracle
Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中,可以运行sql*plus命令与sql语句。
我们通常所说的DML、DDL、DCL语句都是sql语句,它们执行完后,都可以保存在一个被称为sql buffer的内存区域中,并且只能保存一条最近执行的sql语句,我们可以对保存在sql buffer中的sql 语句进行修改,然后再次执行。
除了sql语句,在sql*plus中执行的其它语句我们称之为sql*plus命令。它们执行完后,不保存在sql buffer的内存区域中,它们一般用来对输出的结果进行格式化显示,以便于制作报表。
本文章就介绍一下一些常用的sql*plus命令。
-Oracle
- 2023-04-04 08:20:04下载
- 积分:1