>進入 1)Which statement shows the maximum salary paid in each job category of each department_______ A. select dept_id, job_cat,max(salary) " />
最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當前位置: 首頁 - 科技 - 知識百科 - 正文

某數(shù)據(jù)集團數(shù)據(jù)庫初試筆試題

來源:懂視網(wǎng) 責編:小采 時間:2020-11-09 16:04:51
文檔

某數(shù)據(jù)集團數(shù)據(jù)庫初試筆試題

某數(shù)據(jù)集團數(shù)據(jù)庫初試筆試題:歡迎進入Oracle社區(qū)論壇,與200萬技術(shù)人員互動交流 >>進入 1)Which statement shows the maximum salary paid in each job category of each department_______ A. select dept_id, job_cat,max(salary)
推薦度:
導(dǎo)讀某數(shù)據(jù)集團數(shù)據(jù)庫初試筆試題:歡迎進入Oracle社區(qū)論壇,與200萬技術(shù)人員互動交流 >>進入 1)Which statement shows the maximum salary paid in each job category of each department_______ A. select dept_id, job_cat,max(salary)

歡迎進入Oracle社區(qū)論壇,與200萬技術(shù)人員互動交流 >>進入 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. selec

歡迎進入Oracle社區(qū)論壇,與200萬技術(shù)人員互動交流 >>進入


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 語句中用來連接字符串的符號是______.
A. “+” B. “&” C.“||” D.“|”

問答題: 什么是聚集索引,什么是非聚集索引,什么又是主鍵?

聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

某數(shù)據(jù)集團數(shù)據(jù)庫初試筆試題

某數(shù)據(jù)集團數(shù)據(jù)庫初試筆試題:歡迎進入Oracle社區(qū)論壇,與200萬技術(shù)人員互動交流 >>進入 1)Which statement shows the maximum salary paid in each job category of each department_______ A. select dept_id, job_cat,max(salary)
推薦度:
  • 熱門焦點

最新推薦

猜你喜歡

熱門推薦

專題
Top