请在 下方输入 要搜索的题目:

针对数据库bookshop,若要给所有姓“刘”的客户的订单金额增加10%,以下操作正确的是( )。
选项:

A:update salesset total_amt=total_amt*1.1where cust_name in(select cust_name from customer where cust_name like '刘%');
B:update salesset total_amt=total_amt*1.1where cust_name=(select cust_name from customer where cust_name like '刘%');
C:update salesset total_amt=total_amt*1.1from customer,saleswhere sales.cust_name=customer.cust_name and customer.cust_name like '刘%';
D:update salesset total_amt=total_amt*1.1where exists (select * from customer where sales.cust_name=customer.cust_name and customer.cust_name like '刘%')

发布时间:2024-05-07 19:31:40
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录