搜索资源列表
yuanma
- 八、简单的职工管理系统 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某种需要对职工对象文件进行排序。 3.实现提示 职工对象数不
TestLINQtoSQL
- LINQ to SQL: Basic Concepts and Features -Basic concepts and features of LINQ to SQL, including querying and updating a SQL database with L2S, deferred execution, lazy loading and eager loading. .
SQL
- mysql的基本语法及相应的练习,标对号的是没问题的,只有求交集和差集的时候执行不了,可能是mysql不支持intersect和minus ,背景黄色部分是进阶阶段-The basic syntax of mysql and the corresponding practice standard checkmark is no problem, only seeking the intersection and difference set when the execution can not,
sql语句的执行顺序
- SELECT语句的执行顺序大家比较少关注,下面将为您详细介绍SQL语句中SELECT语句的执行顺序,供您参考,希望对您能够有所帮助。(SELECT statement execution order We are less concerned about the following will give you a detailed introduction of the SELECT statement in the SQL statement execution order, for your
