SQL基本认识

  1. SQL是用来管理数据的语言

  2. SQL可以有效的处理数据并取得合适的分析结果

SQL的基础应用-查询

  1. select&from

基本语法为: select 字段名from 表名

例如

select name,age from table_name

  1. where

where是筛选作用