Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sort
Search - sort - List
DL : 0
SQL语言是关系数据库标准语言,掌握SQL是学习和应用数据库技术的基础。通过实验可使学生了解利用数据库管理系统建立和操纵数据库的方式,更加深刻地学习和掌握SQL语言的各种功能及使用方式。 1. 表的复杂查询:连接查询、嵌套查询、使用各种逻辑运算符的查询、查询结果的并、交、差操作等。 2. 集函数的使用及分组子句、排序子句的使用。-SQL relational database language is standard language, to learn and master the application of SQL database technology. Experiments will enable students to understand the use of database management system to build and manipulate databases, and more profoundly to study and master the SQL language and the use of various functions. 1. Form the complexity of query: join query, nested query, using a variety of logical query operators, query results and, to pay, and poor operation. 2. Set function and the use of sub-clause, the clause used to sort.
Date : 2026-01-15 Size : 61kb User : kt

DL : 0
八、简单的职工管理系统 1.问题描述   对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求   职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某种需要对职工对象文件进行排序。 3.实现提示   职工对象数不必很多,便于一次读入内存,所有操作不经过内外存交换。 (1)由键盘输入职工对象,以文件方式保存。程序执行时先将文件读入内存。 (2)对职工对象中的"姓名"按字典顺序进行排序。 (3)对排序后的职工对象进行增、删、查询、修改、排序等操作。 4.选做内容   将职工对象按散列法存储,并设计解决冲突的方法。在此基础上实现增、删、查询、修改、排序等操作-Eight simple staff management system 1. Description of the problem on the unit s staff management, including insert, delete, search, sorting and other functions. (2) requires workers object including name, gender, date of birth, years of work, education, position, address, telephone and other information. (1) one additional staff: Staff will add the names to the dictionary object by way of staff management file. (2) delete an employee: delete the file from the management of a staff employee object. (3) query: query from the staff manage files to meet certain conditions of workers. (4) Review: an employee to retrieve the object, modify some of its properties. (5) Sort by: a need for workers to sort the object file. 3 the number of objects to prompt workers do not have a lot of easy once read into memory, all operations inside and outside exist without exchange. (1) the object from the keyboard input of workers, on paper preservation. Program execution when the first file into memory. (2
Date : 2026-01-15 Size : 3kb User : 耿彦龙

mysql支持翻页与排序的存储过程,结合翻页功能和排序功能。-mysql support page and sort stored procedures, combined with the flip function and sorting function.
Date : 2026-01-15 Size : 1kb User : zhangzhen

易语言mysql查询源码例程程序结合易语言mysql支持库和数据操作支持库,实现mysql数据库的操作。 点评:易语言mysql查询源码目前具有按条件查,按位置查,排序,字段加,字短减,增加数据,修改数据,删除数据,取表内数量,多条件查询等功能。(Easy language MySQL query source code routines combined with easy language MySQL support library and data operation support library, to achieve MySQL database operation. Comment: the easy language MySQL query source code at present has the function according to the condition, according to the position check, the sort, the field add, the word short to reduce, increase the data, modify the data, delete the data, take the number in the table, the multi condition query and so on.)
Date : 2026-01-15 Size : 12kb User : 你好666666

Adminer是一个类似于phpMyAdmin的MySQL管理客户端。整个程序只有一个PHP文件,易于使用和安装。Adminer支持多语言(已自 带11种翻译语言文件,可以按自己的需求翻译相应的语言)。支持PHP4.3+,MySQL 4.1+以上的版本。 提供的功能包括: 1:创建,修改,删除索引/外键/视图/存储过程和函数。 2:查询,合计,排序数据。 3:新增/修改/删除记录。 4:支持所有数据类型,包括大字段。 5:能够批量执行SQL语句。 6:支持将数据,表结构,视图导成SQL或CSV。 7:能够外键关联打印数据库概要。 8:能够查看进程和关闭进程。 9:能够查看用户和权限并修改。 10:管理事件和表格分区(MySQL5.1才支持)。(Adminer is a MySQL management client similar to phpMyAdmin. The whole program has only one PHP file, which is easy to use and install. Adminer supports multiple languages (with 11 translated language files, you can translate the corresponding language according to your own needs). Support PHP 4.3+, MySQL 4.1 + or more. The functions provided include: 1: Create, modify, and delete indexes / foreign keys / views / stored procedures and functions. 2: Query, aggregate, sort data. 3: Add/modify/delete records. 4: Supports all data types, including large fields. 5: Ability to execute SQL statements in batches. 6: Supports importing data, table structure and views into SQL or CSV. 7: Can print database outline with foreign key association. 8: Ability to view and close processes. 9: Ability to view users and privileges and modify them. 10: Manage events and table partitions (MySQL 5.1 only supports this).)
Date : 2026-01-15 Size : 166kb User : ztl962005
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.