数据库初试笔试题

时间:2020-10-27 17:31:48 笔试题目 我要投稿

数据库初试笔试题

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
 

数据库初试笔试题

【数据库初试笔试题】相关文章:

腾讯笔试题目初试11-13

360笔试题目07-11

华为2017笔试题08-16

华为2017笔试试题08-10

考研初试政治真题试题答案12-25

Oracle数据库DBA基础试题08-27

oracle数据库面试题08-16

数据库面试笔试题06-26

桂林银行笔试题笔经07-20

IBM认证数据库考试试题11-12