您当前所在位置:
88好学网范文常识招聘应聘笔试神州数码笔试真题» 正文

神州数码笔试真题

[10-20 23:53:58]   来源:http://www.88haoxue.com  笔试   阅读:680

概要:选择题:神州数码笔试1)which statement shows the maximum salary paid in each job category of each department?_______a。 select dept_id, job_cat,max(salary) from employees where salary > max(salary);b。 select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat;c。 select dept_id, job_cat,max(salary) from employees;d。 select dept_id, job_cat,max(salary) from employees group by dept_id;e。 select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat,salary;神州数码笔试2)des

神州数码笔试真题,标签:笔试大全,http://www.88haoxue.com

  选择题:

  神州数码笔试1)which statement shows the maximum salary paid in each job category of each department?_______

  a。 select dept_id, job_cat,max(salary) from employees where salary > max(salary);

  b。 select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat;

  c。 select dept_id, job_cat,max(salary) from employees;

  d。 select dept_id, job_cat,max(salary) from employees group by dept_id;

  e。 select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat,salary;

  神州数码笔试2)description of the students table:

  sid_id number

  start_date date

  end_date date

  which two function are valid on the start_date column?_________。

  a。 sum(start_date)

  b。 avg(start_date)

  c。 count(start_date)

  d。 avg(start_date,end_date)

  e。 min(start_date)

  f。 maximum(start_date)

  神州数码笔试3)for which two constraints does the oracle server implicitly create a unique index?______。

  a。 not null

  b。 primary

  c。 foreign key

  d。 check

  e。 unique

  神州数码笔试4)in a select statement that includes a where clause,where is the group by clause placed in the select statement?______。

  a。 immediately after the select clause

  b。 before the where clause

  c。 before the from clause

  d。 after the order by clause

  e。 after the where clause

  神州数码笔试5)in a select statement that includes a where clause,where is the order by clause placed in the select statement?______。

  a。immediately after the select clause

  b。before the where clause

  c。after all clause

  d。after the where clause

  e。before the from clause

  神州数码笔试6)evaluate there two sql statements______。

  select last_name,salary from employees order by salary;

  select last_name,salary from employees order by 2 asc;

  a。the same result b。different result c。the second statement returns a syntax error

  神州数码笔试7) you would like to display the system date in the format“20051110 14:44:17”。which select statement should you use?______。

  a。 select to_date(sydate,’yearmmdd hh:mm:ss’)from dual;

  b。 select to_char(sydate,’yearmonthday hh:mi:ss’)from dual;

  c。 select to_date(sydate,’yyyymmdd hh24:mi:ss’)from dual;

  d。 select to_char(sydate,’yyyymmdd hh24:mi:ss’)from dual;

  e。 select to_char(sydate,’yy-mm-dd hh24:mi:ss’)from dual;

  神州数码笔试8)which select statement will the result ‘ello world’from the string‘hello world’?______。

  a。 select substr(‘hello world’,1)from dual;

  b。 select substr(trim(‘hello world’,1,1))from dual;

  c。 select lower(substr(‘hello world’,1))from dual;

  d。 select lower(trim(‘h’from‘hello world’))from dual;

  神州数码笔试9)which are dml statements(choose all that apply)______。

  a。commit b。merge c。update d。delete e。creat f。drop

  神州数码笔试10)select 语句中用来连接字符串的符号是___c___。

  a。 “+” b。 “&” c。“||” d。“|”

  问答题:

  1。什么是聚集索引,什么是非聚集索引,什么又是主键?

  神州数码笔试真题二:

  一、 基本素质(25’’)

  神州数码笔试1、 将2吨冰变成水,最快的方法是什么?

  神州数码笔试2、 加热会凝固的东西是什么?

  神州数码笔试3、 请就“欧洲见闻录”猜一小说名字

  神州数码笔试4、 如何能够与自己的主管保持良好的工作关系?

  神州数码笔试5、 你认为it研发人员要具备的五种最重要的素质是什么?为什么?

  神州数码笔试6、 如果有人对你感叹“好心不得好报”,你如何来改变他的观点?(用不超过一百个汉字来描述)

  神州数码笔试7、 你主张加班和主张不加班的理由分别是什么?

  神州数码笔试8、 假设你的朋友请你帮忙到超市买以下物品: 葡萄、鸡蛋、土豆、胡萝卜、桔子、菠菜、苹果、咸鸭蛋、酸奶,如果你只能靠脑子记忆,你会用什么办法来更容易地记下?

  二、 计算机基础(30分钟)

  神州数码笔试9、word97/2000中的“格式刷”如何使用?

  神州数码笔试10、word97/2000中的“大纲视图”与“页面视图”的区别是什么?

  神州数码笔试11、在七原色中,那种颜色能够与紫色形成最大对比的颜色搭配?

  神州数码笔试12、gif图形格最高支持多少颜色数?

  神州数码笔试13、photoshop中的将被编辑图形放大显示的快捷键是什么?

  神州数码笔试14、美工设计某个页面的底色为rgb(153,134,255),则体现在页面中的html代码为 ody bgcolor=”???????”>,请写出???????所代表的代码。

[1] [2]  下一页


Tag:笔试笔试大全招聘应聘 - 笔试
》《神州数码笔试真题》相关文章