摘要: SQL11 高级操作符练习(1) 描述 题目:现在运营想要找到男性且GPA在3.5以上(不包括3.5)的用户进行调研,请你取出相关数据。 示例:user_profile 根据输入,你的查询应返回以下结果: 示例1 drop table if exists user_profile; CREATE T 阅读全文
posted @ 2021-12-16 13:03 惜阙 阅读(509) 评论(0) 推荐(0)