{ "data": { "question": { "questionId": "2453", "questionFrontendId": "2339", "boundTopicId": null, "title": "All the Matches of the League", "titleSlug": "all-the-matches-of-the-league", "content": null, "translatedTitle": null, "translatedContent": null, "isPaidOnly": true, "difficulty": "Easy", "likes": 39, "dislikes": 3, "isLiked": null, "similarQuestions": "[]", "exampleTestcases": "{\"headers\": {\"Teams\": [\"team_name\"]}, \"rows\": {\"Teams\": [[\"Leetcode FC\"], [\"Ahly SC\"], [\"Real Madrid\"]]}}", "categoryTitle": "Database", "contributors": [], "topicTags": [ { "name": "Database", "slug": "database", "translatedName": null, "__typename": "TopicTagNode" } ], "companyTagStats": null, "codeSnippets": null, "stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"7.1K\", \"totalAcceptedRaw\": 6211, \"totalSubmissionRaw\": 7133, \"acRate\": \"87.1%\"}", "hints": [], "solution": null, "status": null, "sampleTestCase": "{\"headers\": {\"Teams\": [\"team_name\"]}, \"rows\": {\"Teams\": [[\"Leetcode FC\"], [\"Ahly SC\"], [\"Real Madrid\"]]}}", "metaData": "{\"mysql\": [\"Create table If Not Exists Teams (team_name varchar(50))\"], \"mssql\": [\"Create table Teams (team_name varchar(50))\"], \"oraclesql\": [\"Create table Teams (team_name varchar(50))\"], \"database\": true, \"name\": \"find_all_matches\", \"pythondata\": [\"Teams = pd.DataFrame([], columns=['team_name']).astype({'team_name':'object'})\"], \"postgresql\": [\"Create table If Not Exists Teams (team_name varchar(50))\"], \"database_schema\": {\"Teams\": {\"team_name\": \"VARCHAR(50)\"}}}", "judgerAvailable": true, "judgeType": "large", "mysqlSchemas": [ "Create table If Not Exists Teams (team_name varchar(50))", "Truncate table Teams", "insert into Teams (team_name) values ('Leetcode FC')", "insert into Teams (team_name) values ('Ahly SC')", "insert into Teams (team_name) values ('Real Madrid')" ], "enableRunCode": true, "enableTestMode": false, "enableDebugger": false, "envInfo": "{\"mysql\": [\"MySQL\", \"

MySQL 8.0.

\"], \"mssql\": [\"MS SQL Server\", \"

mssql server 2019.

\"], \"oraclesql\": [\"Oracle\", \"

Oracle Sql 11.2.

\"], \"pythondata\": [\"Pandas\", \"

Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0

\"], \"postgresql\": [\"PostgreSQL\", \"

PostgreSQL 16

\"]}", "libraryUrl": null, "adminUrl": null, "challengeQuestion": null, "__typename": "QuestionNode" } } }