mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-10 18:48:13 +08:00
60 lines
3.5 KiB
JSON
60 lines
3.5 KiB
JSON
{
|
|
"data": {
|
|
"question": {
|
|
"questionId": "618",
|
|
"questionFrontendId": "618",
|
|
"categoryTitle": "Database",
|
|
"boundTopicId": 2631,
|
|
"title": "Students Report By Geography",
|
|
"titleSlug": "students-report-by-geography",
|
|
"content": null,
|
|
"translatedTitle": "学生地理信息报告",
|
|
"translatedContent": null,
|
|
"isPaidOnly": true,
|
|
"difficulty": "Hard",
|
|
"likes": 87,
|
|
"dislikes": 0,
|
|
"isLiked": null,
|
|
"similarQuestions": "[]",
|
|
"contributors": [],
|
|
"langToValidPlayground": null,
|
|
"topicTags": [
|
|
{
|
|
"name": "Database",
|
|
"slug": "database",
|
|
"translatedName": "数据库",
|
|
"__typename": "TopicTagNode"
|
|
}
|
|
],
|
|
"companyTagStats": null,
|
|
"codeSnippets": null,
|
|
"stats": "{\"totalAccepted\": \"10.3K\", \"totalSubmission\": \"16.7K\", \"totalAcceptedRaw\": 10322, \"totalSubmissionRaw\": 16712, \"acRate\": \"61.8%\"}",
|
|
"hints": [],
|
|
"solution": null,
|
|
"status": null,
|
|
"sampleTestCase": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
|
|
"metaData": "{\"mysql\":[\"Create table If Not Exists Student (name varchar(50), continent varchar(7))\"],\"mssql\":[\"Create table Student (name varchar(50), continent varchar(7))\"],\"oraclesql\":[\"Create table Student (name varchar(50), continent varchar(7))\"],\"database\":true,\"name\":\"geography_report\",\"pythondata\":[\"Student = pd.DataFrame([], columns=['name', 'continent']).astype({'name':'object', 'continent':'object'})\"],\"postgresql\":[\"\\nCreate table If Not Exists Student (name varchar(50), continent varchar(7))\"],\"database_schema\":{\"Student\":{\"name\":\"VARCHAR(50)\",\"continent\":\"VARCHAR(7)\"}}}",
|
|
"judgerAvailable": true,
|
|
"judgeType": "large",
|
|
"mysqlSchemas": [
|
|
"Create table If Not Exists Student (name varchar(50), continent varchar(7))",
|
|
"Truncate table Student",
|
|
"insert into Student (name, continent) values ('Jane', 'America')",
|
|
"insert into Student (name, continent) values ('Pascal', 'Europe')",
|
|
"insert into Student (name, continent) values ('Xi', 'Asia')",
|
|
"insert into Student (name, continent) values ('Jack', 'America')"
|
|
],
|
|
"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>\"],\"pythondata\":[\"Pandas\",\"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0<\\/p>\"],\"postgresql\":[\"PostgreSQL\",\"<p>PostgreSQL 16<\\/p>\"]}",
|
|
"book": null,
|
|
"isSubscribed": false,
|
|
"isDailyQuestion": false,
|
|
"dailyRecordStatus": null,
|
|
"editorType": "CKEDITOR",
|
|
"ugcQuestionId": null,
|
|
"style": "LEETCODE",
|
|
"exampleTestcases": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
|
|
"__typename": "QuestionNode"
|
|
}
|
|
}
|
|
} |