摘要: 数据库的好处可以持久化数据到本地结构化查询数据库的常见概念DB:数据库,存储数据的容器DBMS:数据库管理系统,又称为数据库软件,用于创建或者管理DBSQL 结构化查询语言,用于和数据库进行通信,不是和某个数据库语言特有的,而是几乎所i有的主流数据库通用的语... 阅读全文
posted @ 2018-09-18 22:02 narojay 阅读(168) 评论(0) 推荐(0)
摘要: select * from employees;select * form employees where id like ‘&&’ and last_name like ‘&&’;select * form employees where id lik... 阅读全文
posted @ 2018-09-18 21:58 narojay 阅读(178) 评论(0) 推荐(0)