
基础--2.数据库(Mysql)
咸鱼的梦想
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SELECT杂谈二
关于SELECT转载 2017-03-31 16:31:31 · 307 阅读 · 0 评论 -
sqlzoo练习答案--SELECT basics/zh
這個教程介紹SQL語言。我們會使用SELECT語句。我們會使用WORLD表格 name continent area population gdp Afghanistan Asia 652230 25500100 20343000000 Albania Europe 28748 2831741 129600000转载 2017-08-07 15:29:46 · 357 阅读 · 0 评论 -
sqlzoo练习答案--SELECT from Nobel Tutorial/zh
我們繼續練習簡單的單一表格SQL查詢。 這個教程是有關諾貝爾獎得獎者的: nobel(yr, subject, winner) yr subject winner 1960 Chemistry Willard F. Libby 1960 Literature Saint-John Perse 1960 Medicin转载 2017-08-07 15:31:20 · 1128 阅读 · 0 评论 -
sqlzoo练习答案--SELECT within SELECT Tutorial
This tutorial looks at how we can use SELECT statements within SELECT statements to perform more complex queries. name continent area population gdp Afghanistan Asia 652230 25转载 2017-08-07 15:32:39 · 588 阅读 · 0 评论 -
sqlzoo练习答案--SUM and COUNT
World Country Profile: Aggregate functions This tutorial is about aggregate functions such as COUNT, SUM and AVG. An aggregate function takes many values and delivers just one value. For example th转载 2017-08-07 15:35:56 · 717 阅读 · 0 评论 -
sqlzoo练习答案--The JOIN operation
id mdate stadium team1 team2 1001 8 June 2012 National Stadium, Warsaw POL GRE 1002 8 June 2012 Stadion Miejski (Wroclaw) RUS CZE 1003 12 June 2012 Stadion Miejski (Wrocla转载 2017-08-07 15:37:32 · 1922 阅读 · 0 评论 -
sqlzoo练习答案--More JOIN operations
Movie Database This tutorial introduces the notion of a join. The database consists of three tables movie , actor and casting . movie actor casting id id movieid title转载 2017-08-07 15:39:05 · 873 阅读 · 0 评论 -
sqlzoo练习答案--Using Null
teacher id dept name phone mobile 101 1 Shrivell 2753 07986 555 1234 102 1 Throd 2754 07122 555 1920 103 1 Splint 2293 104 Spiregra转载 2017-08-07 15:40:15 · 465 阅读 · 0 评论 -
sqlzoo练习答案--Self join
stops(id, name) route(num,company,pos, stop) stops route id num name company pos stop 1、How many stops are in the database.转载 2017-08-07 15:42:26 · 943 阅读 · 0 评论 -
sqlzoo练习答案--SELECT names/zh
name continent Afghanistan Asia Albania Europe Algeria Africa Andorra Europe Angola Africa .... name:國家名稱 continent:洲份 1、 你可以用WHERE name LIKE 'B%'转载 2017-08-07 15:26:06 · 724 阅读 · 0 评论 -
SELECT杂谈一
关于SELECT的使用转载 2017-03-31 15:34:10 · 269 阅读 · 0 评论