【题目】 以下一段代码的功能是( )。
$mysqli = mysqli_connect(‘localhost’, ‘root’, ”, ‘lib’);
$mysqli->query(“set names utf8”);
$sql = ‘update tb_user set type=”临时读者” where name=”王子轩”‘;
$res = $mysqli->query($sql);
增加姓名为“王子轩”的读者记录
修改姓名为“王子轩”的读者类型为“临时读者”
修改姓名为“王子轩”的读者姓名为“临时读者”
信息不全,无法判断
试题来源数据库应用技术