2022-03-27 20:37:52 +08:00
|
|
|
{
|
|
|
|
"data": {
|
|
|
|
"question": {
|
|
|
|
"questionId": "1163",
|
|
|
|
"questionFrontendId": "1077",
|
|
|
|
"categoryTitle": "Database",
|
|
|
|
"boundTopicId": 11013,
|
|
|
|
"title": "Project Employees III",
|
|
|
|
"titleSlug": "project-employees-iii",
|
|
|
|
"content": null,
|
|
|
|
"translatedTitle": "项目员工 III",
|
|
|
|
"translatedContent": null,
|
|
|
|
"isPaidOnly": true,
|
|
|
|
"difficulty": "Medium",
|
|
|
|
"likes": 34,
|
|
|
|
"dislikes": 0,
|
|
|
|
"isLiked": null,
|
|
|
|
"similarQuestions": "[]",
|
|
|
|
"contributors": [],
|
|
|
|
"langToValidPlayground": null,
|
|
|
|
"topicTags": [
|
|
|
|
{
|
|
|
|
"name": "Database",
|
|
|
|
"slug": "database",
|
|
|
|
"translatedName": "数据库",
|
|
|
|
"__typename": "TopicTagNode"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"companyTagStats": null,
|
|
|
|
"codeSnippets": null,
|
2022-05-02 23:44:12 +08:00
|
|
|
"stats": "{\"totalAccepted\": \"10.3K\", \"totalSubmission\": \"14.3K\", \"totalAcceptedRaw\": 10343, \"totalSubmissionRaw\": 14311, \"acRate\": \"72.3%\"}",
|
2022-03-27 20:37:52 +08:00
|
|
|
"hints": [],
|
|
|
|
"solution": null,
|
|
|
|
"status": null,
|
|
|
|
"sampleTestCase": "{\"headers\":{\"Project\":[\"project_id\",\"employee_id\"],\"Employee\":[\"employee_id\",\"name\",\"experience_years\"]},\"rows\":{\"Project\":[[1,1],[1,2],[1,3],[2,1],[2,4]],\"Employee\":[[1,\"Khaled\",3],[2,\"Ali\",2],[3,\"John\",3],[4,\"Doe\",2]]}}",
|
|
|
|
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Project (project_id int, employee_id int)\",\n \"Create table If Not Exists Employee (employee_id int, name varchar(10), experience_years int)\"\n ],\n \"mssql\": [\n \"Create table Project (project_id int, employee_id int)\",\n \"Create table Employee (employee_id int, name varchar(10), experience_years int)\"\n ],\n \"oraclesql\": [\n \"Create table Project (project_id int, employee_id int)\",\n \"Create table Employee (employee_id int, name varchar(10), experience_years int)\"\n ],\n \"database\": true\n}",
|
|
|
|
"judgerAvailable": true,
|
|
|
|
"judgeType": "large",
|
|
|
|
"mysqlSchemas": [
|
|
|
|
"Create table If Not Exists Project (project_id int, employee_id int)",
|
|
|
|
"Create table If Not Exists Employee (employee_id int, name varchar(10), experience_years int)",
|
|
|
|
"Truncate table Project",
|
|
|
|
"insert into Project (project_id, employee_id) values ('1', '1')",
|
|
|
|
"insert into Project (project_id, employee_id) values ('1', '2')",
|
|
|
|
"insert into Project (project_id, employee_id) values ('1', '3')",
|
|
|
|
"insert into Project (project_id, employee_id) values ('2', '1')",
|
|
|
|
"insert into Project (project_id, employee_id) values ('2', '4')",
|
|
|
|
"Truncate table Employee",
|
|
|
|
"insert into Employee (employee_id, name, experience_years) values ('1', 'Khaled', '3')",
|
|
|
|
"insert into Employee (employee_id, name, experience_years) values ('2', 'Ali', '2')",
|
|
|
|
"insert into Employee (employee_id, name, experience_years) values ('3', 'John', '3')",
|
|
|
|
"insert into Employee (employee_id, name, experience_years) values ('4', 'Doe', '2')"
|
|
|
|
],
|
|
|
|
"enableRunCode": true,
|
|
|
|
"envInfo": "{\"mysql\":[\"MySQL\",\"<p>\\u7248\\u672c\\uff1a<code>MySQL 8.0<\\/code><\\/p>\"],\"mssql\":[\"MS SQL Server\",\"<p>mssql server 2019.<\\/p>\"],\"oraclesql\":[\"Oracle\",\"<p>Oracle Sql 11.2.<\\/p>\"]}",
|
|
|
|
"book": null,
|
|
|
|
"isSubscribed": false,
|
|
|
|
"isDailyQuestion": false,
|
|
|
|
"dailyRecordStatus": null,
|
|
|
|
"editorType": "CKEDITOR",
|
|
|
|
"ugcQuestionId": null,
|
|
|
|
"style": "LEETCODE",
|
|
|
|
"exampleTestcases": "{\"headers\":{\"Project\":[\"project_id\",\"employee_id\"],\"Employee\":[\"employee_id\",\"name\",\"experience_years\"]},\"rows\":{\"Project\":[[1,1],[1,2],[1,3],[2,1],[2,4]],\"Employee\":[[1,\"Khaled\",3],[2,\"Ali\",2],[3,\"John\",3],[4,\"Doe\",2]]}}",
|
|
|
|
"__typename": "QuestionNode"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|