BD-exp-5/emp表的字段名称.txt
fly6516 bd133feabe feat(database): 创建员工信息表并实现相关查询功能
- 创建员工信息表结构,包括 empnum、info、salary、performance 和 training列族
- 实现数据加载功能,从 emp.txt 文件中读取员工信息并插入表中- 添加员工信息查询功能,包括查询 ID 大于 7500 的员工、绩效大于4 且入职早于 2022 年的员工等
- 实现最近晋升员工和培训课程统计功能
- 添加 emp 表的字段名称说明文档
2025-03-26 09:15:15 +08:00

2 lines
233 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

员工ID,姓名,职位,上司ID,入职时间,工资,奖金,部门ID员工每月工作时长绩效评分1-5分最近一次晋升日期参加的培训课程列表
empno,ename,job,mgr,hiredate,sal,credit,deptno,work_hours,performance_rating,promotion_date,training_courses