1. SQLZOO
想学一下SQL,找到一个quiz性质的网站,https://sqlzoo.net/wiki/SELECT_basics, 设计的很有意思,可以在挑战中学习,对于SQL小白来说,足够了:))
网站非常简洁,但是内容又足够丰富,没有废话,没有花里胡哨的东西,有四种语言可以转换,特别赞~
网站主要由教程和quiz组成,另外还有reference和tools供扩展和参考。
2. 笔记
下面记录一下主要的知识点和答案,凡是记下来的答案肯定是对的,因为只有对了才会发一张小笑脸,萌萌的很有喜感:)))
#1 SELECT basics
使用table如下:
#1
The example uses a WHERE clause to show the population of 'France'. Note that strings (pieces of text that are data) should be in 'single quotes';
Modify it to show the population of Germany