單項(xiàng)選擇題語句select ROUND(45.953,-1),TRUNC(45.936,2)from dual;的結(jié)果是()。

A.46 and 45
B.46 and 45.93
C.50 and 45.93
D.50 and 45.9


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在執(zhí)行語句SELECT department_id FROM employees,departments WHERE employees.department_id= departments.department_id;時(shí)報(bào)錯(cuò),原因是()。

A.沒有給表employees和表departments加別名
B.沒有給列department_id加別名
C.不能用employees.department_id=departments.department_id作為條件
D.SELECT后面的department_id沒有指定是哪個(gè)表

2.單項(xiàng)選擇題有個(gè)員工表employees,該表中有職務(wù)列。你想檢查哪些員工的信息中沒有填寫職務(wù)一欄,應(yīng)該使用()。

A.Select*from employees where職務(wù)=NULL
B.Select*from employees where職務(wù)=‘NULL’
C.Select*from employees where職務(wù)ISNULL
D.Select*from employees where職務(wù)IS‘NULL’