
SQL
smile071008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQL不同难度的网站和题目总结
SQL 菜鸟,这里给出的都是我做过的题,仅供参考. 1.简单入门级 https://sqlbolt.com/ 课程比较少,没有弯弯绕,题目比较直接易解.缺点是网页比较慢. https://sqlzoo.net/wiki/SELECT_basics/zh 每道题都是在给出的代码中直接修改,不用自己从头写.我没学完,感觉课程比前一个丰富,有创建视图等. https://www.w3reso...原创 2019-06-11 17:09:20 · 643 阅读 · 0 评论 -
SQL exercise 题目答案(1-13)
背景: The database scheme consists of four tables: Product(maker, model, type) PC(code, model, speed, ram, hd, cd, price) Laptop(code, model, speed, ram, hd, screen, price) Printer(code, model, color, ...原创 2019-06-11 20:29:15 · 1104 阅读 · 1 评论