-- DQL:用于查询操作:select语句,语法: select 列1,列2... -- selece子句 from 表名 -- from子句 where 条件 -- where子句 解释: -- from子句 用于确定查哪张表 -- where子句 用于确定查哪条或哪些条记录 -- select子句 用于确定查看哪些列