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 各国假期 (
国家,
假期总天数,
带薪年假,
公共假期,
排名)
CREATE TABLE 各国产假 (
国家,
产假总天数,
工资比例)
CREATE TABLE 各国税率 (
国家,
年总税率,
个税最高税率,
社保费率,
企业所得税税率)
CREATE TABLE 各国医疗支出占比 (
国家,
医疗支出占GDP比重)
-- Using val... |
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 各国医疗支出占比 (
国家,
医疗支出占GDP比重)
-- Using val... |
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,
名称,
总部所在省,
上级主管部门,
酒店数量,
客房数量,
省排名,
中国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,
名称,
成立时间,
成立地点)
CREATE TABLE 书籍出版信息 (
书籍id,
译者id,
出版社id,
出版册数,
出版时间)
-- Using v... |
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,
出版社id,
出版册数,
出版时间)
-- Using v... |
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 各国医疗支出占比 (
国家,
医疗支出占GDP比重)
-- Using val... |
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 各国医疗支出占比 (
国家,
医疗支出占GDP比重)
-- Using val... |
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,
年份,
大洲,
提交数量占比)
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,
名称,
南北区域,
东西区域,
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 IMAX电影院 (
词条id,
影院名称,
所在城市id,
开业时间,
屏幕宽,
屏幕高,
屏幕面积,
座位数)
CREATE TABLE 影院放映电影数量 (
年份,
影院id,
电影数量,
营收)
-- Using valid SQLite, answer the fo... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 城市 (
词条id,
名称,
所属省份,
市区面积)
CREATE TABLE IMAX电影院 (
词条id,
影院名称,
所在城市id,
开业时间,
屏幕宽,
屏幕高,
屏幕面积,
座位数)
CREATE TABLE 影院放映电影数量 (
年份,
影院id,
电影数量,
营收)
-- Using valid SQLite, answer the fo... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 水果 (
词条id,
名称,
特性,
适合季节,
每100克热量,
每100克水分)
CREATE TABLE 省份 (
词条id,
名称,
气候,
所属区域)
CREATE TABLE 水果产地 (
水果id,
省份id,
是否特产,
年平均产量,
销售形式)
CREATE TABLE 水果销售城市 (
水果id,
原产省份id,
销往省份id,
年销... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 水果 (
词条id,
名称,
特性,
适合季节,
每100克热量,
每100克水分)
CREATE TABLE 省份 (
词条id,
名称,
气候,
所属区域)
CREATE TABLE 水果产地 (
水果id,
省份id,
是否特产,
年平均产量,
销售形式)
CREATE TABLE 水果销售城市 (
水果id,
原产省份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,
排名,
接待病患数量(万人次),
手术数量)
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 医院排名 (
年份,
医院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 流动人口年龄 (
年份,
年龄段,
占比)
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,
人口去向省份,
流出人口占比,
排名)
CREATE TABLE 流动人口年龄 (
年份,
年龄段,
占比)
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,
中文名,
性别,
国籍,
出生日期,
身高)
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,
外教来自国家,
外教数量,
教师职业占比)
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,
省份名称,
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,
省份名称,
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,
中文学名,
所属纲,
所属科,
食性,
濒危级别,
保护级别)
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,
城市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,
中文名,
所处朝代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,
中文名,
所处朝代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,
资产规模,
利润合计,
管理费合计)
-- 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 基金公司收入 (
年份,
公司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,
源自姓氏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,
源自姓氏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,
亚军队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,
亚军队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,
建筑面积,
使用面积,
卧室数量,
厅数量,
总价,
单价,
所属... |
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,
营业额,
员工数,
世界五百强排名)
CREATE TABLE 城市 (
词条id,
名称,
所属省份,
所属区域)
CREATE TABLE 银行服务网点 (
银行id,
城市id,
建成数量,
规划数量)
-- Usi... |
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,
建成数量,
规划数量)
-- Usi... |
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 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,
年号,
所处朝代id,
统治时间)
CREATE TABLE 各朝代货币 (
朝代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 学校各专业 (
学校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,
专业,
毕业人数,
专业全国排名,
平均薪资)
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,
城市,
演出时间,
售出票数,
最高票价,
最低票价)
-- 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,
名称,
非遗级别,
发源地,
起源时间)
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,
名称,
所属洲,
注册公司数量,
上市公司数量)
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,
名称,
所属洲,
注册公司数量,
上市公司数量)
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 中国地铁 (
年份,
总里程,
开通城市数量)
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 城市 (
词条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,
影片名,
上映时间,
票房)
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,
适合群体,
一节课时间,
课时数,
主题数,
词汇量)
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,
中文学名,
所属纲,
所属科,
食性,
濒危级别,
保护级别)
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,
名称,
类型,
所在城市,
所属省份,
是否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,
名称,
类型,
所在城市,
所属省份,
是否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,
交通枢纽站,
所属城市id,
所属省份,
平均拥堵指数,
周边路网平均速度(千米/时),
拥堵排名)
CREATE TABLE 旅游景点 (
词条i... |
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 旅游景点 (
词条i... |
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,
名称,
课程数量,
合作学校数量,
是否免费)
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,
名称,
创始人,
所属国家,
世界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,
名称,
创始人,
所属国家,
世界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,
名称,
所属国家,
世界500强排名,
出货量,
市场份额)
CREATE TABLE 手机代言明星 (
明星id,
品牌id,
开始年份,
代言年数,
代言费,
代言型号数量)
-- Using valid SQL... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 代言明星 (
词条id,
姓名,
性别,
年龄,
所属国家,
职业,
财富排名)
CREATE TABLE 智能手机品牌 (
词条id,
名称,
所属国家,
世界500强排名,
出货量,
市场份额)
CREATE TABLE 手机代言明星 (
明星id,
品牌id,
开始年份,
代言年数,
代言费,
代言型号数量)
-- Using valid SQL... |
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 餐饮公司城市连锁 (
公司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 手机型号 (
词条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)
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,
名称,
特性,
适合季节,
每100克热量,
每100克水分)
CREATE TABLE 省份 (
词条id,
名称,
气候,
所属区域)
CREATE TABLE 水果产地 (
水果id,
省份id,
是否特产,
年平均产量,
销售形式)
CREATE TABLE 水果销售城市 (
水果id,
原产省份id,
销往省份id,
年销... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 水果 (
词条id,
名称,
特性,
适合季节,
每100克热量,
每100克水分)
CREATE TABLE 省份 (
词条id,
名称,
气候,
所属区域)
CREATE TABLE 水果产地 (
水果id,
省份id,
是否特产,
年平均产量,
销售形式)
CREATE TABLE 水果销售城市 (
水果id,
原产省份id,
销往省份id,
年销... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE 中国地铁 (
年份,
总里程,
开通城市数量)
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 城市 (
词条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,
皇帝饰演者,
皇后i... |
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,
皇帝饰演者,
皇后i... |
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,
名称,
所属省份,
行政级别,
车牌代码)
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,
姓名,
性别,
国籍,
职业,
所在单位)
CREATE TABLE 论文 (
词条id,
名称,
作者id,
会议名称,
年份,
引用量)
CREATE TABLE 论文引用 (
论文id,
引用论文id,
是否对比论文)
-- Using valid SQLite, answer the following questions... |
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... |
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,
部门名称,
职责,
所属群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,
名称,
所属省份,
垃圾产出量(万吨),
垃圾场数量)
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,
省份,
登陆强度,
死亡人数,
失踪人数)
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,
国家,
经济损失)
-- 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,
省份,
销售量占比,
商家占比,
安全事件关注度)
--... |
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,
名称,
所属国家,
主营类别,
网店覆盖国家数量,
实体店数量,
入驻电商数量)
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 商家网点覆盖... |
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,
下载量,
评价人数,
好评... |
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,
下载量,
评价人数,
好评... |
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,
称号,
毒性排名,
攻击力排名,
中毒后死亡时间)
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,
年龄段,
人数占比)
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,
会员性别,
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 会员年龄分布 (
软件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 影院上映电影 (
电影id,
影院id,
上映时间,
票价,
余票数量)
-- Using valid SQLite, answer the following que... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.