早教吧 育儿知识 作业答案 考试题库 百科 知识分享
早教吧考试题库频道 --> 计算机类考试 -->计算机三级 -->

在oracle数据库中,如何删除sales表中产品类型为toys的profits列的列值?()

题目

A.delete from sales;

B.delete profits from sales where product_type=’TOYS’;

C.delete from sales where product_type=’ToYS’;

D.update sales set profits=null where product_type=’TOYS’;

参考答案
参考答案:C
看了在oracle数据库中,如何删...的网友还看了以下: