當(dāng)前位置:高考知識網(wǎng) > 招聘筆試題 > 正文
1)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)
2)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;
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.“|”
問答題: 什么是聚集索引,什么是非聚集索引,什么又是主鍵?
金山職業(yè)技術(shù)學(xué)院對比四川汽車職業(yè)技術(shù)學(xué)院哪個好 附分..
時間:2025-05-22 09:08:12成都銀杏酒店管理學(xué)院在重慶高考招生計劃人數(shù)和專業(yè)代..
時間:2025-05-22 09:05:01四川上山東理工大學(xué)多少分 分?jǐn)?shù)線及排名
時間:2025-05-22 09:01:18江西高考理科533分排名多少 排名多少位次
時間:2025-05-22 08:57:21大連東軟信息學(xué)院對比甘肅民族師范學(xué)院哪個好 附分?jǐn)?shù)線..
時間:2025-05-22 08:53:39廣東高考455至460分左右物理可以上什么大學(xué)
時間:2025-05-22 08:49:52
中國點擊率最高的一篇文章 !2023-08-13 03:45:29
海南上長春工業(yè)大學(xué)多少分 分?jǐn)?shù)線及排名2025-05-22 09:28:45
科爾沁藝術(shù)職業(yè)學(xué)院對比山東水利職業(yè)學(xué)院哪個好 附分?jǐn)?shù)線排名2025-05-22 09:25:00
呼和浩特職業(yè)學(xué)院對比山西警官職業(yè)學(xué)院哪個好 附分?jǐn)?shù)線排名2025-05-22 09:22:04
四川工程職業(yè)技術(shù)學(xué)院在上海高考招生計劃人數(shù)和專業(yè)代碼(參考)2025-05-22 09:19:52
泰山科技學(xué)院對比西安理工大學(xué)高科學(xué)院哪個好 附分?jǐn)?shù)線排名2025-05-22 09:16:28
江西航空職業(yè)技術(shù)學(xué)院在云南高考招生計劃人數(shù)和專業(yè)代碼(參考)2025-05-22 09:13:20
遼寧特殊教育師范高等專科學(xué)校對比江西工商職業(yè)技術(shù)學(xué)院哪個好 附分?jǐn)?shù)線排名2025-05-22 09:10:51
金山軟件C++筆試目2023-08-20 16:22:50
2018搜狗校招技術(shù)類筆試題和面試題答案2023-08-13 01:08:06 




