您的位置:首页 > 其它

OCP-1Z0-新051-61题版本-51

2013-12-30 09:44 429 查看
QUESTION NO: 51

Examine the structure of the EMPLOYEES table:



Which UPDATE statement is valid?

A.UPDATE employees SET first_name = ‘John’ SET last_name = ‘Smith’ WHERE employee_id = 180;

B.UPDATE employees SET first_name = ‘John’,SET last_name = ‘Smoth’ WHERE employee_id = 180;

C.UPDATE employee SET first_name = ‘John’ AND last_name = ‘Smith’ WHERE employee_id = 180;

D.UPDATE employee SET first_name = ‘John’, last_name = ‘Smith’ WHERE employee_id = 180;

Answer: D

答案继续:

参考:http://docs.oracle.com/cd/E11882_01/server.112/e41084/statements_10008.htm#SQLRF55448

Explanation: 

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: