神州數(shù)碼筆試題和面試題答案目

大風(fēng)車考試網(wǎng)

  選擇題:

  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、mit B、merge C、update D、delete E、creat F、drop

  10)Select 語(yǔ)句中用來(lái)連接字符串的符號(hào)是___C___。

  A、“+” B、 “&” C、“||” D、“|”

  • 相關(guān)文章
  • 博達(dá)數(shù)據(jù)通信筆試題和面試題答案目博達(dá)數(shù)據(jù)通信筆試題和面試題答案目

    筆試是一種與面試對(duì)應(yīng)的測(cè)試,是考核應(yīng)聘者學(xué)識(shí)水平的重要工具。這種方法可以有效的測(cè)量應(yīng)聘人的基本知識(shí)、專業(yè)知識(shí)、管理知識(shí)、綜合分析能力和文字表達(dá)能力..

  • 浦發(fā)銀行筆試題和面試題答案浦發(fā)銀行筆試題和面試題答案

    近日,一位求職者到浦發(fā)銀行參加了面試,整理出了浦發(fā)銀行筆試環(huán)節(jié)必考的五道題目: 1、入世后,外資銀行進(jìn)駐對(duì)國(guó)內(nèi)銀行有什么影響,國(guó)內(nèi)銀行該如何應(yīng)對(duì)。 ..

  • 新致軟件筆試題和面試題答案目新致軟件筆試題和面試題答案目

    四.C語(yǔ)言程序設(shè)計(jì)和數(shù)據(jù)結(jié)構(gòu)(40分) 1.舉例說(shuō)明左加(++i)及右加(i++)的區(qū)別。(4分) 2.舉例說(shuō)明Struct和Union的區(qū)別(4分) 3.說(shuō)明unsignedchar和ch..

  • 博達(dá)數(shù)據(jù)通信筆試題和面試題答案目博達(dá)數(shù)據(jù)通信筆試題和面試題答案目

    筆試是一種與面試對(duì)應(yīng)的測(cè)試,是考核應(yīng)聘者學(xué)識(shí)水平的重要工具。這種方法可以有效的測(cè)量應(yīng)聘人的基本知識(shí)、專業(yè)知識(shí)、管理知識(shí)、綜合分析能力和文字表達(dá)能力..

  • 浦發(fā)銀行筆試題和面試題答案浦發(fā)銀行筆試題和面試題答案

    近日,一位求職者到浦發(fā)銀行參加了面試,整理出了浦發(fā)銀行筆試環(huán)節(jié)必考的五道題目: 1、入世后,外資銀行進(jìn)駐對(duì)國(guó)內(nèi)銀行有什么影響,國(guó)內(nèi)銀行該如何應(yīng)對(duì)。 ..

  • 新致軟件筆試題和面試題答案目新致軟件筆試題和面試題答案目

    四.C語(yǔ)言程序設(shè)計(jì)和數(shù)據(jù)結(jié)構(gòu)(40分) 1.舉例說(shuō)明左加(++i)及右加(i++)的區(qū)別。(4分) 2.舉例說(shuō)明Struct和Union的區(qū)別(4分) 3.說(shuō)明unsignedchar和ch..

  • 河北新聞網(wǎng)兩學(xué)一做知識(shí)競(jìng)賽(試題+答案完整版)河北新聞網(wǎng)兩學(xué)一做知識(shí)競(jìng)賽(試題+答案完整版)

    2016河北新聞網(wǎng)兩學(xué)一做知識(shí)競(jìng)賽開賽啦,快來(lái)圍觀吧;顒(dòng)內(nèi)容為推動(dòng)“兩學(xué)一做”學(xué)習(xí)教育深入開展,省委宣傳部、省委組織部組織開展“兩學(xué)一做”知識(shí)競(jìng)賽活動(dòng),河北..

  • 河北新聞網(wǎng)兩學(xué)一做知識(shí)競(jìng)賽活動(dòng)試題答案河北新聞網(wǎng)兩學(xué)一做知識(shí)競(jìng)賽活動(dòng)試題答案

    2016年河北新聞網(wǎng)兩學(xué)一做知識(shí)競(jìng)賽活動(dòng)試題答案為推動(dòng)“兩學(xué)一做”學(xué)習(xí)教育深入開展,省委宣傳部、省委組織部組織開展“兩學(xué)一做”大型知識(shí)競(jìng)賽。此項(xiàng)活動(dòng)由河北新聞..

  • 兩學(xué)一做學(xué)習(xí)教育知識(shí)競(jìng)賽活動(dòng)10篇兩學(xué)一做學(xué)習(xí)教育知識(shí)競(jìng)賽活動(dòng)10篇

    為隆重紀(jì)念中國(guó)共產(chǎn)黨建黨95周年,推進(jìn)我市“兩學(xué)一做”學(xué)習(xí)教育深入開展,推動(dòng)廣大黨員干部認(rèn)真學(xué)好黨章黨規(guī)和*系列重要講話,現(xiàn)將“兩學(xué)一做”學(xué)習(xí)教育知識(shí)競(jìng)賽題予..

  • 開展兩學(xué)一做學(xué)習(xí)教育知識(shí)競(jìng)賽活動(dòng)真題答案開展兩學(xué)一做學(xué)習(xí)教育知識(shí)競(jìng)賽活動(dòng)真題答案

    144.根據(jù)《中國(guó)共產(chǎn)黨紀(jì)律處分條例》規(guī)定,黨的各級(jí)代表大會(huì)的代表受到(D)處分的,黨組織應(yīng)當(dāng)終止其代表資格。A.警告(含)以上B.嚴(yán)重警告(含)以上C.撤銷黨內(nèi)職務(wù)(含)以..