text2SQL stringlengths 192 7.27k |
|---|
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 动物 (
词条id,
中文学名,
食性,
是否是人类朋友,
理由)
CREATE TABLE 动物的天敌 (
动物id,
天敌id,
克星原因)
CREATE TABLE 动物朋友 (
动物id,
朋友id)
-- Using valid SQLite, answer the following questions for the tables pro... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 体育场 (
词条id,
名称,
面积,
容纳人数,
所在城市)
CREATE TABLE 中国体育赛事 (
词条id,
名称,
热度,
商业价值,
影响力)
CREATE TABLE 2018年具体赛事 (
赛事名称,
赛事类型id,
场馆id,
时间,
观众人数)
CREATE TABLE 2018年演唱会 (
词条id,
名称,
歌手,
场馆id,
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 传统节日 (
词条id,
名称,
节日时间,
起源时间)
CREATE TABLE 节日流行国家 (
节日id,
国家,
活动)
CREATE TABLE 节日饮食文化 (
节日id,
城市,
饮食)
-- Using valid SQLite, answer the following questions for the tables provide... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 各省份报名人数 (
省份,
岗位数,
招考人数,
报名人数,
0报名职位数量,
合格人数,
0合格职位数量,
竞争比)
CREATE TABLE 各职位报名人数 (
职位名称,
部门名称,
所属地区,
招考人数,
报考人数,
合格人数)
CREATE TABLE 各国野鸡大学数量 (
国家,
大学数量,
野鸡大学数量)
CREATE TABLE 中国各城... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 国家历史 (
词条id,
书名,
讲述国家,
讲述时代)
CREATE TABLE 中国朝代历史 (
词条id,
书名,
讲述朝代)
CREATE TABLE 战争历史 (
词条id,
书名,
描述战事)
CREATE TABLE 人物历史 (
词条id,
书名,
讲述名人)
-- Using valid SQLite, answer the fol... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 体育场 (
词条id,
名称,
面积,
容纳人数,
所在城市)
CREATE TABLE 中国体育赛事 (
词条id,
名称,
热度,
商业价值,
影响力)
CREATE TABLE 2018年具体赛事 (
赛事名称,
赛事类型id,
场馆id,
时间,
观众人数)
CREATE TABLE 2018年演唱会 (
词条id,
名称,
歌手,
场馆id,
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电商 (
词条id,
名称,
所属公司,
类型,
影响力指数,
排名,
上线国家数量)
CREATE TABLE 电商覆盖国家 (
电商id,
支持国家,
上线时间,
负责的分公司名称)
CREATE TABLE 商家 (
词条id,
名称,
所属国家,
主营类别,
网店覆盖国家数量,
实体店数量,
入驻电商数量)
CREATE TABLE 商家网点覆盖... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 话剧 (
词条id,
名称,
演出时长,
剧目亮点,
演出团队,
导演,
VIP票余量,
888票价余量,
688票价余量,
488票价余量,
288票价余量,
188票价余量,
100票价余量)
CREATE TABLE 话剧一周上映 (
话剧id,
上映日期,
时间段,
演出场馆)
CREATE TABLE 上映城市 (
话剧id,
城市,
上映场次,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 运动员 (
词条id,
姓名,
性别,
国籍,
体育项目)
CREATE TABLE 劳伦斯提名名单 (
年份,
提名人id,
提名奖项,
提名理由)
CREATE TABLE 劳伦斯获奖名单 (
年份,
奖项,
获奖人id)
CREATE TABLE 劳伦斯获奖国家名单 (
国家,
获奖人性别,
获奖人数,
所占比例)
-- Using valid... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 朝代 (
词条id,
名称,
起始时间,
结束时间,
都城,
人口数量,
国土面积)
CREATE TABLE 皇帝 (
词条id,
中文名,
所处朝代id,
出生时间,
去世时间,
主要成就,
年号)
CREATE TABLE 各朝代皇帝 (
皇帝id,
朝代id,
登基时间,
在位时间,
第几位)
CREATE TABLE 年号 (
年号,
朝代id... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 学校 (
词条id,
名称,
类型,
国家,
世界排名)
CREATE TABLE 课程 (
词条id,
名称,
所属专业,
适合学者类型)
CREATE TABLE 平台 (
词条id,
名称,
课程数量,
合作学校数量,
是否免费)
CREATE TABLE 平台合作学校 (
平台id,
学校id,
合作课程数量)
CREATE TABLE 学校的... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 戏剧 (
词条id,
名称,
非遗级别,
发源地,
起源时间)
CREATE TABLE 戏剧分布城市 (
戏剧id,
城市,
受欢迎热度,
戏迷数量,
活动数量)
CREATE TABLE 戏剧演出活动 (
活动名称,
戏剧id,
城市,
演出时间,
售出票数,
最高票价,
最低票价)
-- Using valid SQLite, answer th... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 书籍 (
词条id,
名称,
作者,
作者国籍,
豆瓣评分,
评价人数,
5星占比,
1星占比)
CREATE TABLE 高分图书榜单 (
年份,
书籍id,
评分,
排名)
CREATE TABLE 最受关注图书榜单 (
年份,
书籍id,
关注数,
排名)
CREATE TABLE 最畅销图书榜单 (
年份,
书籍id,
购买数,
排名)
CRE... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电商 (
词条id,
名称,
所属公司,
类型,
影响力指数,
排名,
上线国家数量)
CREATE TABLE 电商覆盖国家 (
电商id,
支持国家,
上线时间,
负责的分公司名称)
CREATE TABLE 商家 (
词条id,
名称,
所属国家,
主营类别,
网店覆盖国家数量,
实体店数量,
入驻电商数量)
CREATE TABLE 商家网点覆盖... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 酒店集团 (
词条id,
名称,
总部所在省,
上级主管部门,
酒店数量,
客房数量,
省排名,
中国500最具价值品牌排名,
全球酒店集团300强排名)
CREATE TABLE 酒店 (
词条id,
名称,
酒店地址,
开业时间,
酒店星级,
所属集团id,
客房数量,
大厅容纳人数)
CREATE TABLE 机场 (
词条id,
名称,
所属城市,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 机场 (
词条id,
名称,
机场类型,
地区管理,
航站楼面积,
机位数量,
客运航线,
跑道长度,
省份,
通航日期)
CREATE TABLE 火车站 (
词条id,
名称,
投用日期,
建筑面积,
站台规模,
地址,
省份,
投用日期)
CREATE TABLE 航空公司 (
词条id,
公司名称,
总部地点,
成立时间,
IATA代码,
ICAO... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
成立时间,
创始人,
所属省份)
CREATE TABLE 购物网 (
词条id,
网站名称,
所属公司id,
上线时间,
官网,
百度权重,
PR值,
反链数,
综合分数,
总排名,
所在省排名,
电商网站排名)
CREATE TABLE 活动日 (
词条id,
活动名称,
时间,
发明公司id)
CREATE TABLE... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电视剧 (
词条id,
剧名,
首播时间,
集数)
CREATE TABLE 小说 (
词条id,
小说名,
作者,
字数,
状态)
CREATE TABLE 改编的电视剧 (
小说id,
电视剧id,
评分)
-- Using valid SQLite, answer the following questions for the tables pr... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 台风 (
词条id,
名称,
登陆地点,
登陆时间,
登陆强度,
持续天数,
影响地区数,
死亡人数,
经济损失)
CREATE TABLE 台风影响的中国省份 (
台风id,
省份,
登陆强度,
死亡人数,
失踪人数)
CREATE TABLE 台风影响的国家 (
台风id,
国家,
经济损失)
-- Using valid SQLite, answ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 中国电视剧奖 (
词条id,
名称,
主办单位,
创办时间)
CREATE TABLE 演职员 (
词条id,
姓名,
出生地,
出生日期,
毕业院校,
职业)
CREATE TABLE 电视剧 (
词条id,
名称,
类型,
首播时间,
集数,
豆瓣评分)
CREATE TABLE 历届颁奖晚会 (
年份,
届数,
电视剧奖id,
颁奖地点)
CRE... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 学校 (
词条id,
名称,
类型,
所在城市,
所属省份,
是否985院校,
是否211院校,
2016届平均月薪,
2014届平均月薪,
2012届平均月薪)
CREATE TABLE 学校毕业人数 (
学校id,
学历,
2016届人数,
2014届人数,
2012届人数)
CREATE TABLE 专业 (
词条id,
名称,
学科类型,
冷热门)... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 篮球运动员 (
词条id,
中文名,
国籍,
出生地,
出生日期,
身高,
体重,
毕业院校,
场上位置)
CREATE TABLE 比赛场馆 (
词条id,
名称,
容纳人数)
CREATE TABLE 篮球俱乐部 (
词条id,
中文队名,
所属地区,
成立时间,
主场馆id,
赛区)
CREATE TABLE 俱乐部现役球员 (
球员id,
俱乐部... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 演唱会 (
词条id,
名称,
歌手,
演出场次,
单场演出时长,
演出曲目)
CREATE TABLE 场馆 (
词条id,
名称,
城市,
容纳人数,
占地面积)
CREATE TABLE 演唱会场馆 (
演唱会id,
场馆id,
演出日期,
开始时间,
票数,
售出数量,
最低票价,
最高票价)
-- Using valid SQLite, an... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 台风 (
词条id,
名称,
登陆地点,
登陆时间,
登陆强度,
持续天数,
影响地区数,
死亡人数,
经济损失)
CREATE TABLE 台风影响的中国省份 (
台风id,
省份,
登陆强度,
死亡人数,
失踪人数)
CREATE TABLE 台风影响的国家 (
台风id,
国家,
经济损失)
-- Using valid SQLite, answ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 笔记本公司 (
词条id,
名称,
创始人,
所属国家,
世界500强排名)
CREATE TABLE 笔记本产品 (
词条id,
名称,
代言人,
公司id)
CREATE TABLE 笔记本型号系列 (
词条id,
名称,
屏幕尺寸,
分辨率,
内存容量,
硬盘容量,
CPU主频,
CPU型号,
售价,
上市时间,
产品id)
CREATE TABL... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 明星 (
词条id,
姓名,
年龄,
毕业院校,
毕业时间)
CREATE TABLE 明星夫妻 (
明星id,
配偶id,
结婚时间,
子女数量)
CREATE TABLE 离异明星 (
明星id,
配偶id,
离异时间,
子女数量)
CREATE TABLE 明星好友 (
明星id,
好友id,
关系)
-- Using valid SQLite... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电视机品牌 (
词条id,
名称,
所属公司,
国家,
市场份额)
CREATE TABLE 电视机型号 (
词条id,
名称,
产品定位,
屏幕尺寸,
屏幕比例,
分辨率,
背光灯寿命,
定价,
品牌id)
CREATE TABLE 电视机平台售卖 (
型号id,
平台,
售价,
最高价格,
最低价格,
售卖量,
用户评分)
CREATE TABLE ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 足球运动员 (
词条id,
中文名,
国籍,
出生地,
出生日期,
身高,
体重,
专业特点,
场上位置,
惯用脚)
CREATE TABLE 欧冠赛事 (
赛季,
球员id,
所属球队,
出场次数,
进球次数,
助攻次数)
CREATE TABLE 欧冠最佳球员 (
届数,
年份,
最佳球员id,
国家,
场上位置,
球队成绩)
CREATE TABL... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 游戏公司 (
词条id,
名称,
国家,
公司性质,
年收益,
游戏数量)
CREATE TABLE 游戏 (
词条id,
名称,
注册玩家数量,
日在线玩家数量,
游戏画面评分,
游戏音乐评分,
游戏性评分,
游戏特色评分,
相关服务评分)
CREATE TABLE 公司和游戏 (
游戏id,
公司id,
发行形式,
收益额,
收益占公司比例)
--... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
所属国家,
智能音箱款数,
排名)
CREATE TABLE 音箱产品 (
词条id,
名称,
所属公司id,
售价,
排名,
上升名次)
CREATE TABLE 产品销售 (
产品id,
季度,
销售量,
销售量增长)
-- Using valid SQLite, answer the following questi... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
行业,
校招人数)
CREATE TABLE 学校 (
词条id,
名称,
所在城市,
毕业人数)
CREATE TABLE 学校各专业 (
学校id,
专业,
毕业人数,
专业全国排名,
平均薪资)
CREATE TABLE 公司对口专业 (
公司id,
专业,
对应岗位,
拟招聘人数,
基本工资,
工资幅度)
CREA... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 驾校 (
词条id,
驾校名称,
驾校地址,
报名电话,
车辆数量,
教练数量,
班车点数量,
学员数量)
CREATE TABLE 驾校班型 (
词条id,
班型名称,
驾照类型,
拿证时间)
CREATE TABLE 驾校费用 (
班型id,
学校id,
费用)
-- Using valid SQLite, answer the following... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 八大行星 (
词条id,
名称,
距日距离,
表面积,
体积排名,
重量排名,
最高温度,
最低温度)
CREATE TABLE 行星相关电影 (
词条id,
影片名,
导演,
拍摄国家,
豆瓣评分,
关联行星id)
CREATE TABLE 火星探测国家 (
探测器,
发射时间,
国家,
结果)
CREATE TABLE 月球探测国家 (
飞行器,
时... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 央视春节晚会 (
词条id,
名称,
届数,
播放频道,
在线播放平台,
主持人,
主持人数量,
收视率,
歌舞节目数量,
语言节目数量,
魔术节目数量)
CREATE TABLE 主持人 (
词条id,
姓名,
毕业院校,
代表作品)
CREATE TABLE 中秋晚会 (
词条id,
名称,
播出时间,
主会场地址,
分会场数量)
CREATE TA... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 音乐人 (
词条id,
姓名,
歌曲数量,
关注数量)
CREATE TABLE 歌曲 (
词条id,
歌曲名称,
音乐人id,
播放次数,
下载次数)
CREATE TABLE 歌单 (
词条id,
歌单名称,
类型,
歌曲数量,
收藏次数,
播放次数)
CREATE TABLE 歌曲歌单 (
歌曲id,
歌单id)
-- Using valid ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 冬季奥运会 (
词条id,
名称,
届数,
举办城市,
举办国家,
时间,
参赛国家数量,
比赛项目数量,
参赛运动员数量)
CREATE TABLE 奥运会赞助商 (
赞助商名称,
奥运会id)
CREATE TABLE 2018年奖牌榜 (
排名,
国家,
金牌数,
银牌数,
铜牌数,
奖牌总数)
-- Using valid SQLite, an... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 食物 (
词条id,
名称,
功效)
CREATE TABLE 相克食物 (
食物id,
相克食物id,
原因,
是否致命)
CREATE TABLE 互补食物 (
食物id,
互补食物id,
同食益处,
推荐做法)
-- Using valid SQLite, answer the following questions for the tables... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电视机品牌 (
词条id,
名称,
所属公司,
国家,
市场份额)
CREATE TABLE 电视机型号 (
词条id,
名称,
产品定位,
屏幕尺寸,
屏幕比例,
分辨率,
背光灯寿命,
定价,
品牌id)
CREATE TABLE 电视机平台售卖 (
型号id,
平台,
售价,
最高价格,
最低价格,
售卖量,
用户评分)
CREATE TABLE ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 建筑奖项 (
词条id,
名称,
发起时间,
发起人,
称号,
总奖金,
评选间隔年数,
举办届数)
CREATE TABLE 建筑奖各国名单 (
奖项id,
国家,
数量)
CREATE TABLE 建筑师 (
词条id,
姓名,
国籍,
毕业院校,
作品数量)
CREATE TABLE 普利兹克奖获奖名单 (
年份,
届数,
获奖人id,
国籍)
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 卫视电视剧 (
卫视,
电视剧名,
日期,
播放时间,
集数)
CREATE TABLE 卫视综艺节目 (
卫视,
节目名,
日期,
播放时间,
期数)
CREATE TABLE 央视栏目 (
频道,
栏目名,
类型,
日期,
播放时间)
CREATE TABLE 付费栏目 (
频道,
栏目名,
类型,
日期,
播放时间,
费用)
-- Using ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 传统节日 (
词条id,
名称,
节日时间,
起源时间)
CREATE TABLE 节日流行国家 (
节日id,
国家,
活动)
CREATE TABLE 节日饮食文化 (
节日id,
城市,
饮食)
-- Using valid SQLite, answer the following questions for the tables provide... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 国家卫生城市 (
词条id,
名称,
所属省份,
下辖区县数量,
入选次数)
CREATE TABLE 国家旅游城市 (
词条id,
名称,
所属省份,
气候条件,
景点数量,
5A级景点数量)
CREATE TABLE 国家森林城市 (
词条id,
名称,
所属省份,
森林覆盖率,
森林公园数量)
CREATE TABLE 国家中心城市 (
词条id,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 重要赛事 (
词条id,
赛事名称,
人群,
成立时间,
比赛间隔年,
比赛项目数量)
CREATE TABLE 冠军国家 (
国家名称,
赛事id,
冠军数量)
CREATE TABLE 羽毛球球员 (
词条id,
中文名,
性别,
国籍,
出生日期,
身高)
CREATE TABLE 奥运会冠亚军 (
奥运会名称,
项目名称,
金牌获得者id,
银牌... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 经纪公司 (
词条id,
公司名称,
成立时间,
注册资本)
CREATE TABLE 明星 (
词条id,
姓名,
所属经纪公司id,
加入时间,
解约时间)
CREATE TABLE 经纪人 (
词条id,
姓名,
出生地,
出生日期)
CREATE TABLE 明星与经纪人 (
明星id,
经纪人id,
合作年数)
-- Using valid... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 中国各城市马拉松 (
词条id,
名称,
举办城市,
省份,
时间,
全程赛道,
人数规模)
CREATE TABLE 马拉松赛程 (
马拉松id,
赛程,
公里数,
报名人数,
中签率)
CREATE TABLE 历届马拉松纪录 (
年份,
城市,
参赛者最小年龄,
参赛者最大年龄,
全程最少时间)
-- Using valid SQLite, an... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
所属省份,
垃圾产出量(万吨),
垃圾场数量)
CREATE TABLE 城市垃圾来源 (
城市id,
来源,
产出吨数,
总量占比)
CREATE TABLE 垃圾分类的城市 (
城市id,
实施时间,
分类体系,
最低罚款数,
最高罚款数,
厨余垃圾运输车辆,
有害垃圾运输车辆,
覆盖家庭比例,
志愿者数量)
-- U... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
所属省份,
占地面积,
体育馆数量)
CREATE TABLE 运动会 (
举办城市id,
运动会类型,
届数,
年份,
参赛运动员数量,
项目数量,
金牌数量,
奖牌数量)
-- Using valid SQLite, answer the following questions for the tables provid... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 植物 (
词条id,
学名,
花期,
花期时长,
果期)
CREATE TABLE 药用植物 (
植物id,
用途说明,
毒性,
种植方式)
CREATE TABLE 植物分布城市 (
植物id,
城市,
保护级别)
CREATE TABLE 食肉植物分布区域 (
植物id,
区域,
种类数)
CREATE TABLE 植物繁殖 (
植物id,
方式)... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 话剧 (
词条id,
名称,
演出时长,
剧目亮点,
演出团队,
导演,
VIP票余量,
888票价余量,
688票价余量,
488票价余量,
288票价余量,
188票价余量,
100票价余量)
CREATE TABLE 话剧一周上映 (
话剧id,
上映日期,
时间段,
演出场馆)
CREATE TABLE 上映城市 (
话剧id,
城市,
上映场次,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 期刊 (
词条id,
名称,
语言,
类别,
主办单位,
创刊时间,
国家,
出版刊数)
CREATE TABLE 期刊文献 (
年份,
期刊id,
统计平台,
出版文献数,
被下载数量,
被引数量,
复合影响因子,
综合影响因子)
CREATE TABLE 封面人物 (
词条id,
姓名,
职业)
CREATE TABLE 期刊封面人物 (
人物id,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 诗人 (
词条id,
姓名,
性别,
所处朝代,
年龄,
作品数量,
称号)
CREATE TABLE 诗词 (
词条id,
诗词名,
作者id,
文学体裁,
传播度)
CREATE TABLE 做官的诗人 (
诗人id,
所处年号,
做官时间)
CREATE TABLE 纪念景点 (
词条id,
名称,
所属城市,
地址,
纪念人物id)
-- U... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 酒店集团 (
词条id,
名称,
总部所在省,
上级主管部门,
酒店数量,
客房数量,
省排名,
中国500最具价值品牌排名,
全球酒店集团300强排名)
CREATE TABLE 酒店 (
词条id,
名称,
酒店地址,
开业时间,
酒店星级,
所属集团id,
客房数量,
大厅容纳人数)
CREATE TABLE 机场 (
词条id,
名称,
所属城市,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 火车站 (
词条id,
名称,
所属城市,
是否有地铁站,
距机场距离,
距汽车站距离,
距市中心距离)
CREATE TABLE 列车 (
词条id,
名称,
类型,
始发站id,
到达站id,
出发时间,
到达时间)
CREATE TABLE 列车票价 (
日期,
列车id,
车票类型,
票价,
余票)
-- Using valid SQLite,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 卫视电视剧 (
卫视,
电视剧名,
日期,
播放时间,
集数)
CREATE TABLE 卫视综艺节目 (
卫视,
节目名,
日期,
播放时间,
期数)
CREATE TABLE 央视栏目 (
频道,
栏目名,
类型,
日期,
播放时间)
CREATE TABLE 付费栏目 (
频道,
栏目名,
类型,
日期,
播放时间,
费用)
-- Using ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
所属省份,
餐饮收入,
同比增长)
CREATE TABLE 餐饮公司 (
词条id,
名称,
总部城市id,
所属集团,
上市股市,
经营范围,
经营年数)
CREATE TABLE 餐饮公司城市连锁 (
公司id,
城市id,
分店数量,
占地面积,
餐位数量,
员工数量)
CREATE TABLE 餐饮公司城市消费 (... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 空调品牌 (
词条id,
名称,
所属公司,
国家,
亚洲企业排名,
中国上市公司排名)
CREATE TABLE 空调型号 (
词条id,
名称,
毛重,
频数类型,
匹数,
类别,
用途,
制冷量,
制热量,
定价,
制冷剂,
品牌id)
CREATE TABLE 匹数对应面积 (
匹数,
最小面积,
最大面积)
CREATE TABLE 空调各季度... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 卫视电视剧 (
卫视,
电视剧名,
日期,
播放时间,
集数)
CREATE TABLE 卫视综艺节目 (
卫视,
节目名,
日期,
播放时间,
期数)
CREATE TABLE 央视栏目 (
频道,
栏目名,
类型,
日期,
播放时间)
CREATE TABLE 付费栏目 (
频道,
栏目名,
类型,
日期,
播放时间,
费用)
-- Using ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 银行 (
词条id,
名称,
成立时间,
公司类型,
年营业额)
CREATE TABLE 银行转账手续费 (
原银行id,
转账银行id,
同省手续费,
跨省手续费,
单笔最高转账金额)
CREATE TABLE 理财产品 (
词条id,
名称,
所属公司,
年化收益率,
存储时间)
CREATE TABLE 理财产品与银行 (
产品id,
银行id,... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 航空公司 (
词条id,
名称,
国内通航城市数量,
国际通航城市数量,
机队规模,
运送旅客人数,
飞机餐用户满意度)
CREATE TABLE 机场 (
词条id,
名称,
所属地区,
机位数量,
跑道长度,
跑道数量,
国内航线数量,
国际航线数量,
通航城市,
旅客吞量,
航站楼数量)
CREATE TABLE 航空公司主运营基地 (
航空公司id... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 篮球队 (
词条id,
队名,
所属地区,
成立时间,
主场馆,
容纳人数,
主教练,
赞助商家)
CREATE TABLE 篮球运动员 (
词条id,
姓名,
国籍,
民族,
出生地,
出生日期,
身高,
体重,
所属球队id,
场上位置)
CREATE TABLE 运动员赛事记录 (
球员id,
赛事,
类别)
CREATE TABLE CBA总冠军... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 演员 (
词条id,
姓名,
民族,
星座,
血型,
身高,
体重,
出生地,
出生日期,
毕业院校)
CREATE TABLE 导演 (
词条id,
姓名,
出生地,
出生日期,
毕业院校)
CREATE TABLE 角色 (
词条id,
姓名,
饰演演员id,
配音演员id,
出场作品)
CREATE TABLE 电视剧 (
词条id,
剧名,
导演... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 奢侈品牌 (
词条id,
名称,
国家,
熟识度,
购买力排名)
CREATE TABLE 奢侈品消费国家 (
奢侈品id,
国家,
年份,
消费额,
消费额占比)
CREATE TABLE 奢侈品购买人群 (
奢侈品id,
年龄段,
购买人数,
人数占比,
消费额,
消费额占比)
CREATE TABLE 奢侈品渠道 (
奢侈品id,
了解渠道,
人数... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 演职员 (
词条id,
姓名,
身高,
体重,
出生地,
出生日期,
毕业院校,
职业)
CREATE TABLE 电影 (
词条id,
电影名称,
制片地区,
制片成本,
片长,
导演,
上映时间,
票房,
类型)
CREATE TABLE 演员和电影 (
演员id,
电影id,
饰演角色,
片酬)
CREATE TABLE 电影平台 (
电影id,
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 省份 (
词条id,
名称,
南北区域,
东西区域,
5区域)
CREATE TABLE 平均身高和寿命 (
省份id,
性别,
平均身高,
平均寿命)
CREATE TABLE 各省美女比例 (
省份id,
评价者来自区域,
美女比例,
美女平均颜值分数)
CREATE TABLE 各省市容评分 (
省份id,
评价者来自区域,
市容评分,
市民素质评... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 事业群 (
词条id,
名称,
负责人,
员工数量,
目标营收,
成本支出)
CREATE TABLE 部门 (
词条id,
部门名称,
职责,
所属群id)
CREATE TABLE 员工 (
词条id,
姓名,
职称,
薪资,
年龄,
工龄,
所属部门id)
CREATE TABLE 部门人员 (
部门id,
年份,
员工数量,
离职人数,
招聘人数... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 奢侈品牌 (
词条id,
名称,
国家,
熟识度,
购买力排名)
CREATE TABLE 奢侈品消费国家 (
奢侈品id,
国家,
年份,
消费额,
消费额占比)
CREATE TABLE 奢侈品购买人群 (
奢侈品id,
年龄段,
购买人数,
人数占比,
消费额,
消费额占比)
CREATE TABLE 奢侈品渠道 (
奢侈品id,
了解渠道,
人数... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 景区 (
词条id,
名称,
占地面积,
景点级别,
旺季门票价格,
淡季门票价格,
始建时间,
所属城市,
所属省份)
CREATE TABLE 景点 (
词条id,
名称,
地理位置)
CREATE TABLE 交通站 (
词条id,
名称,
类型,
景区id,
距离)
CREATE TABLE 景区景点 (
景点id,
景区id,
是否著名)
C... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
气候地带,
所属国家,
所属洲)
CREATE TABLE 动物 (
词条id,
中文学名,
所属纲,
所属科,
食性,
濒危级别,
保护级别)
CREATE TABLE 动物分布城市 (
动物id,
城市id,
现存数量)
CREATE TABLE 动物电影 (
词条id,
影片名,
动物id,
拍摄国家,
类型)
CR... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电影作品 (
词条id,
影片名,
导演,
国家,
提名次数,
获奖次数)
CREATE TABLE 获奖国家名单 (
年份,
影片拍摄国家,
获奖次数)
CREATE TABLE 各演员获奖次数 (
姓名,
奖项,
提名次数,
获奖次数)
CREATE TABLE 历届帝后影后名单 (
年份,
帝后姓名,
帝后来自作品id,
影后姓名,
影后来自作品i... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 明星 (
词条id,
姓名,
国籍,
性别,
职业,
年龄,
薪酬,
票房)
CREATE TABLE 2018年财富排名 (
明星id,
排名,
资产)
CREATE TABLE 2017年财富排名 (
明星id,
排名,
资产)
-- Using valid SQLite, answer the following questions for th... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 相亲软件 (
词条id,
名称,
是否实名认证,
是否资产认证,
是否跨城,
经营年限,
注册会员数)
CREATE TABLE 相亲软件会费 (
软件id,
会员类型,
会费)
CREATE TABLE 会员年龄分布 (
软件id,
会员性别,
25~30岁会员数量,
31~35岁会员数量,
36~40岁会员数量,
41~45岁会员数量,
45~55岁会... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 冬季奥运会 (
词条id,
名称,
届数,
举办城市,
举办国家,
时间,
参赛国家数量,
比赛项目数量,
参赛运动员数量)
CREATE TABLE 奥运会赞助商 (
赞助商名称,
奥运会id)
CREATE TABLE 2018年奖牌榜 (
排名,
国家,
金牌数,
银牌数,
铜牌数,
奖牌总数)
-- Using valid SQLite, an... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 游戏公司 (
词条id,
名称,
国家,
公司性质,
年收益,
游戏数量)
CREATE TABLE 游戏 (
词条id,
名称,
注册玩家数量,
日在线玩家数量,
游戏画面评分,
游戏音乐评分,
游戏性评分,
游戏特色评分,
相关服务评分)
CREATE TABLE 公司和游戏 (
游戏id,
公司id,
发行形式,
收益额,
收益占公司比例)
--... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 笔记本公司 (
词条id,
名称,
创始人,
所属国家,
世界500强排名)
CREATE TABLE 笔记本产品 (
词条id,
名称,
代言人,
公司id)
CREATE TABLE 笔记本型号系列 (
词条id,
名称,
屏幕尺寸,
分辨率,
内存容量,
硬盘容量,
CPU主频,
CPU型号,
售价,
上市时间,
产品id)
CREATE TABL... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
成立时间,
位于城市)
CREATE TABLE 社交APP (
词条id,
app名称,
软件大小,
注册用户量,
日活跃用户量,
母公司id)
CREATE TABLE 功能 (
词条id,
名称,
简介)
CREATE TABLE APP支持的功能 (
功能id,
appid,
是否主要功能)
-- Using v... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 书籍 (
词条id,
名称,
作者,
作者国籍,
豆瓣评分,
评价人数,
5星占比,
1星占比)
CREATE TABLE 高分图书榜单 (
年份,
书籍id,
评分,
排名)
CREATE TABLE 最受关注图书榜单 (
年份,
书籍id,
关注数,
排名)
CREATE TABLE 最畅销图书榜单 (
年份,
书籍id,
购买数,
排名)
CRE... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 动物 (
词条id,
学名,
属性)
CREATE TABLE 最聪明的动物 (
动物id,
排名,
理由)
CREATE TABLE 最毒的动物 (
动物id,
称号,
毒性排名,
攻击力排名,
中毒后死亡时间)
CREATE TABLE 最大的动物 (
动物id,
排名,
体重,
说明)
CREATE TABLE 飞得最高的动物 (
动物id,
排... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 植物 (
词条id,
学名,
花期,
花期时长,
果期)
CREATE TABLE 药用植物 (
植物id,
用途说明,
毒性,
种植方式)
CREATE TABLE 植物分布城市 (
植物id,
城市,
保护级别)
CREATE TABLE 食肉植物分布区域 (
植物id,
区域,
种类数)
CREATE TABLE 植物繁殖 (
植物id,
方式)... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 运动项目 (
词条id,
名称,
起源国家,
比赛形式,
比赛人数,
加入奥运会年份)
CREATE TABLE 项目流行国家 (
项目id,
国家,
所获金牌总数,
所获奖牌总数)
CREATE TABLE 运动项目奖牌数 (
项目id,
赛事类型,
小项目总数,
奖牌总数)
-- Using valid SQLite, answer the fol... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 篮球运动员 (
词条id,
中文名,
参加选秀年,
是否状元,
获得球队,
毕业院校)
CREATE TABLE MVP记录 (
赛季,
球员id,
国籍,
所属球队)
CREATE TABLE 球队 (
词条id,
中文队名,
赛区,
所属联盟,
夺冠次数)
CREATE TABLE NBA总冠军 (
赛季,
球队id,
总教练)
-- Using... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
创始人,
所属国家,
年营业额)
CREATE TABLE 手机品牌 (
词条id,
名称,
发布时间,
研发公司id)
CREATE TABLE 手机型号 (
词条id,
名称,
主频尺寸,
像素,
内存容量,
操作系统,
解锁方式,
售价,
售出量,
品牌id)
CREATE TABLE 型号使用人群 (
型号id,
人... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
所属省份,
垃圾产出量(万吨),
垃圾场数量)
CREATE TABLE 城市垃圾来源 (
城市id,
来源,
产出吨数,
总量占比)
CREATE TABLE 垃圾分类的城市 (
城市id,
实施时间,
分类体系,
最低罚款数,
最高罚款数,
厨余垃圾运输车辆,
有害垃圾运输车辆,
覆盖家庭比例,
志愿者数量)
-- U... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 省份 (
词条id,
省份名称,
985高校数量,
211高校数量,
2018年本科录取率,
2019年本科录取率)
CREATE TABLE 各省院士 (
年份,
籍贯id,
科学院院士数量,
工程院院士数量)
CREATE TABLE 高校 (
词条id,
学校名称,
院士校友人数,
学校排名,
星级,
办学层次)
CREATE TABLE 2019... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 八大行星 (
词条id,
名称,
距日距离,
表面积,
体积排名,
重量排名,
最高温度,
最低温度)
CREATE TABLE 行星相关电影 (
词条id,
影片名,
导演,
拍摄国家,
豆瓣评分,
关联行星id)
CREATE TABLE 火星探测国家 (
探测器,
发射时间,
国家,
结果)
CREATE TABLE 月球探测国家 (
飞行器,
时... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
总部地点,
公司类型)
CREATE TABLE 学校 (
词条id,
学校名称,
成立时间,
所在城市,
所属省份,
所属国家)
CREATE TABLE 联合实验室 (
实验室名称,
所属学校id,
公司id,
联合方向,
开始时间,
合作年数,
论文产出数量)
CREATE TABLE 海外研究中心 (
研究中心,
所... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 旅行社 (
词条id,
名称,
级别,
出境游国家数量,
国内游城市数量,
出境游路线数量,
国内游路线数量,
亚洲排名,
接待海外游客数量,
境外公司数量,
控股子公司数量,
有业务关系的旅行商数量,
免税店数量)
CREATE TABLE 出境游路线 (
词条id,
路线名称,
旅行社id,
出发城市,
天数,
成人价格,
儿童价格,
国家数量,
景点数... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 省份 (
词条id,
名称,
南北区域,
东西区域,
5区域)
CREATE TABLE 平均身高和寿命 (
省份id,
性别,
平均身高,
平均寿命)
CREATE TABLE 各省美女比例 (
省份id,
评价者来自区域,
美女比例,
美女平均颜值分数)
CREATE TABLE 各省市容评分 (
省份id,
评价者来自区域,
市容评分,
市民素质评... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 公司 (
词条id,
名称,
成立时间,
负责人,
排名)
CREATE TABLE 电影 (
词条id,
影片名,
上映时间,
票房)
CREATE TABLE 影视公司拍摄的电影 (
公司id,
电影id,
投资比例)
-- Using valid SQLite, answer the following questions for the tab... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 平台 (
词条id,
平台名称,
年会费,
季度会费,
月会费,
口碑)
CREATE TABLE 综艺节目 (
词条id,
综艺名称,
制作公司,
平台id,
期数,
首播时间,
每周播出时间,
播出状态)
CREATE TABLE 艺人 (
词条id,
姓名,
民族,
经纪公司,
职业)
CREATE TABLE 节目阵容 (
艺人id,
综艺节目i... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE G20峰会 (
词条id,
名称,
年份,
届次,
主办国,
主办城市,
参加国家数量)
CREATE TABLE 世界经济论坛 (
年份,
届次,
参加国家数量,
参加的元首人数,
参加总人数,
研讨会数量)
CREATE TABLE 世界物联网博览会 (
词条id,
名称,
年份,
高峰论坛数量,
参会嘉宾数,
参会企业数,
观展人数)
CREATE... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 朝代 (
词条id,
名称,
起始时间,
结束时间,
都城,
人口数量,
国土面积)
CREATE TABLE 皇帝 (
词条id,
中文名,
所处朝代id,
出生时间,
去世时间,
主要成就,
年号)
CREATE TABLE 各朝代皇帝 (
皇帝id,
朝代id,
登基时间,
在位时间,
第几位)
CREATE TABLE 年号 (
年号,
朝代id... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
气候地带,
所属国家,
所属洲)
CREATE TABLE 动物 (
词条id,
中文学名,
所属纲,
所属科,
食性,
濒危级别,
保护级别)
CREATE TABLE 动物分布城市 (
动物id,
城市id,
现存数量)
CREATE TABLE 动物电影 (
词条id,
影片名,
动物id,
拍摄国家,
类型)
CR... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 基金公司 (
词条id,
名称,
注册资本,
封闭式基金数量,
开放式基金数量,
亚洲债券基金数量,
基金数量排名,
基金品种数排名)
CREATE TABLE 基金公司的股东公司 (
公司id,
股东公司,
出资比例)
CREATE TABLE 基金公司收入 (
年份,
公司id,
资产规模,
利润合计,
管理费合计)
-- Using valid ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 汽车公司 (
词条id,
名称,
所属国家,
经营范围,
母公司,
主要车系数量,
世界500强排名,
主要荣誉)
CREATE TABLE 汽车公司中国事业部 (
公司id,
中国事业部名称,
位于城市,
所属省份,
总投资金额,
负责产品数量,
主要产品)
CREATE TABLE 汽车产品 (
词条id,
名称,
推出时间,
车型,
车款数量,
保值... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 山峰 (
词条id,
名称,
所属山系,
海拔,
首次登顶时间,
排名)
CREATE TABLE 国家 (
词条id,
名称,
所属洲)
CREATE TABLE 山峰的国家 (
山峰id,
起点国家id,
终点国家id,
走向)
CREATE TABLE 景点 (
词条id,
名称,
山峰id,
门票价格,
游玩季节)
-- Using vali... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 国家 (
词条id,
名称,
所属洲,
注册公司数量,
上市公司数量)
CREATE TABLE 世界最赚钱公司 (
词条id,
名称,
所属国家id,
年利润,
世界排名)
CREATE TABLE 中国最赚钱公司 (
词条id,
名称,
位于城市,
所属省份,
年营业额,
国内排名,
世界排名)
-- Using valid SQLite, ans... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 学校 (
词条id,
名称,
所在省份,
类型,
是否985,
是否211)
CREATE TABLE 省份 (
词条id,
省名,
2018年考生数量,
985高校数量,
211高校数量)
CREATE TABLE 各省高校招生计划 (
学校id,
省份id,
招生人数)
CREATE TABLE 专业 (
词条id,
专业名称,
学科类型,
学制)
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 篮球运动员 (
词条id,
中文名,
参加选秀年,
是否状元,
获得球队,
毕业院校)
CREATE TABLE MVP记录 (
赛季,
球员id,
国籍,
所属球队)
CREATE TABLE 球队 (
词条id,
中文队名,
赛区,
所属联盟,
夺冠次数)
CREATE TABLE NBA总冠军 (
赛季,
球队id,
总教练)
-- Using... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 战役 (
词条id,
名称,
历时时间,
地点,
朝代,
参战人数,
死亡人数)
CREATE TABLE 将军 (
词条id,
姓名,
领兵出战次数,
胜数,
败数)
CREATE TABLE 纪念将军的诗词 (
诗词,
作者,
朝代,
纪念将军id)
CREATE TABLE 将军影视形象 (
将军id,
影视剧,
饰演者)
CREATE TABL... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 电影 (
词条id,
影名,
语言,
类型,
豆瓣评分,
评价人数,
5星占比)
CREATE TABLE 一周口碑榜 (
电影id,
名次,
名次变化)
CREATE TABLE top10票房榜 (
电影id,
上映日期,
总票房,
制作预算)
CREATE TABLE top100电影 (
电影id,
名次,
点赞次数)
-- Using va... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.