码迷,mamicode.com
首页 >  
搜索关键字:employees    ( 523个结果
mysql 安装employees db
步骤如下: 一、下载 地址:https://launchpad.net/test-db/employees-db-1/1.0.6 二、解压 解压所下载的文件,存放在任意目录,但为了方便,建议放在路径较短地方,我的是放在:E:\employees_db 三、修改导入文件内容 使用写字板,打开上一步文件 ...
分类:数据库   时间:2017-12-14 17:54:14    阅读次数:547
牛客网数据库SQL实战1-查找最晚入职员工的所有信息
题目描述 查找最晚入职员工的所有信息CREATE TABLE `employees` (`emp_no` int(11) NOT NULL,`birth_date` date NOT NULL,`first_name` varchar(14) NOT NULL,`last_name` varchar ...
分类:数据库   时间:2017-12-14 16:32:32    阅读次数:273
牛客网数据库SQL实战
查找最晚入职员工的所有信息 CREATE TABLE `employees` (`emp_no` int(11) NOT NULL,`birth_date` date NOT NULL,`first_name` varchar(14) NOT NULL,`last_name` varchar(16) ...
分类:数据库   时间:2017-12-10 13:07:37    阅读次数:268
iReport生成pdf打印
先下载ireport版本 ,我下载的是 iReport-5.0.4 编辑模板 employees_identity_print_templet @RequestMapping("printEmpPdf") @ResponseBody public Result printEmpPdf(HttpSer ...
分类:其他好文   时间:2017-11-29 14:44:07    阅读次数:138
MySQL表的创建与维护
一、导入测试数据 [root@server ~]# wget https://launchpadlibrarian.net/24493586/employees_db-full-1.0.6.tar.bz2 mysql> source /root/employees_db/employees.sql ...
分类:数据库   时间:2017-11-28 18:44:52    阅读次数:242
053-155
Observe the structure of the table employees: The table contains 8475 records. One of the employees wants to know the names of all employees of the co ...
分类:其他好文   时间:2017-11-16 15:25:26    阅读次数:179
MySQL数据类型及字段小结
日期和时间数据类型 数值数据类型 整型 上面定义的都是有符号的,当然了,也可以加上unsigned关键字,定义成无符号的类型,那么对应的取值范围就要翻翻了,比如: tinyint unsigned的取值范围为0~255。 浮点型 我在MySQL中建立了一个表,有一列为float(5, 3);做了以下 ...
分类:数据库   时间:2017-11-13 20:05:59    阅读次数:164
053-386
You have just performed a FLASHBACK TABLE operation using the following command:flashback table employees to scn 123456;The employees table has trigge ...
分类:其他好文   时间:2017-11-13 16:59:13    阅读次数:186
Hibernate基础知识整理(二)
关联映射多对一(Employee - Department)一对多(Department - Employee)一对一(Person - IdCard)多对多(teachet - student)组件映射(User - Name)集合映射(set,list,map,bag)inverse和casca ...
分类:Web程序   时间:2017-11-10 15:55:19    阅读次数:161
SQL练习题(3)-牛客网
牛客网在线编程网址:https://www.nowcoder.com/activity/oj (默认使用SQLite) 题目1: 获取select * from employees对应的执行计划 题目2: 将employees表的所有员工的last_name和first_name拼接起来作为Name ...
分类:数据库   时间:2017-11-08 22:17:04    阅读次数:248
523条   上一页 1 ... 18 19 20 21 22 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!