1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-11 02:58:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
leetcode-problemset/leetcode/originData/[no content]students-report-by-geography.json

64 lines
3.2 KiB
JSON
Raw Normal View History

2022-03-27 18:35:17 +08:00
{
"data": {
"question": {
"questionId": "618",
"questionFrontendId": "618",
"boundTopicId": null,
"title": "Students Report By Geography",
"titleSlug": "students-report-by-geography",
"content": null,
"translatedTitle": null,
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Hard",
2022-05-02 23:44:12 +08:00
"likes": 121,
"dislikes": 132,
2022-03-27 18:35:17 +08:00
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
"categoryTitle": "Database",
"contributors": [],
"topicTags": [
{
"name": "Database",
"slug": "database",
"translatedName": null,
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
2022-05-02 23:44:12 +08:00
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"25.6K\", \"totalAcceptedRaw\": 16206, \"totalSubmissionRaw\": 25599, \"acRate\": \"63.3%\"}",
2022-03-27 18:35:17 +08:00
"hints": [],
"solution": {
"id": "175",
"canSeeDetail": true,
"paidOnly": false,
"hasVideoSolution": false,
"paidOnlyVideo": true,
"__typename": "ArticleNode"
},
"status": null,
"sampleTestCase": "{\"headers\":{\"Student\":[\"name\",\"continent\"]},\"rows\":{\"Student\":[[\"Jane\",\"America\"],[\"Pascal\",\"Europe\"],[\"Xi\",\"Asia\"],[\"Jack\",\"America\"]]}}",
"metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Student (name varchar(50), continent varchar(7))\"\n ],\n \"mssql\": [\n \"Create table Student (name varchar(50), continent varchar(7))\"\n ],\n \"oraclesql\": [\n \"Create table Student (name varchar(50), continent varchar(7))\"\n ],\n \"database\": true\n}",
"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,
"enableTestMode": false,
"enableDebugger": false,
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"]}",
"libraryUrl": null,
"adminUrl": null,
"challengeQuestion": null,
"__typename": "QuestionNode"
}
}
}