https://www.nowcoder.com/practice/7858f3e234bc4d85b81b9a6c3926f49f?tpId=199&tags=&title=&difficulty=0&judgeStatus=0&rp=0&sourceUrl=examojpage1tabSQLE7AF87topicId199
-
SQL6、查找学校是北大的学生信息
思路:使用WHERE关键字添加限定条件 代码解释:从表user_profile中取出列device_id、university,并限定学校为“北京大学”字符串 SELECT dev…