判断题
视图可以来源于多个基础的数据表。
正确(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
判断题 SQL中排序使用的是order by 默认是升序。
判断题 可以使用select top 3*from student 查询前3条记录。
判断题 between 20and 30是包含20和30这两个数据的。