【问题】 有订单表orders,包含用户信息userid,产品信息productid,以下()语句能够返回至少被订购过两回的productid。 A、selectproductidfromorderswherecount(productid)>1B、selectproductidfromorderswheremax(productid)>1C、selectproductidfromorderswherehavingcount(productid)>1groupbyproductidD、select

有订单表orders,包含用户信息userid,产品信息productid,以下()语句能够返回至少被订购过两回的productid。 A、selectproductidfromorderswherecount(productid)>1B、selectproductidfromorderswheremax(productid)>1C、selectproductidfromorderswherehavingcount(productid)>1groupbyproductidD、selectproductidfromordersgroupbyproductidhavingcount(productid)>1

正确答案:D

题目解析:本题出自西安石油大学,会计信息系统问答题计算机网络,由丰阳塔题库搜集整理。