{ "data": { "question": { "questionId": "1827", "questionFrontendId": "1683", "boundTopicId": null, "title": "Invalid Tweets", "titleSlug": "invalid-tweets", "content": null, "translatedTitle": null, "translatedContent": null, "isPaidOnly": true, "difficulty": "Easy", "likes": 56, "dislikes": 67, "isLiked": null, "similarQuestions": "[]", "exampleTestcases": "{\"headers\":{\"Tweets\":[\"tweet_id\",\"content\"]},\"rows\":{\"Tweets\":[[1,\"Vote for Biden\"],[2,\"Let us make America great again!\"]]}}", "categoryTitle": "Database", "contributors": [], "topicTags": [ { "name": "Database", "slug": "database", "translatedName": null, "__typename": "TopicTagNode" } ], "companyTagStats": null, "codeSnippets": null, "stats": "{\"totalAccepted\": \"16.9K\", \"totalSubmission\": \"18.6K\", \"totalAcceptedRaw\": 16884, \"totalSubmissionRaw\": 18574, \"acRate\": \"90.9%\"}", "hints": [], "solution": null, "status": null, "sampleTestCase": "{\"headers\":{\"Tweets\":[\"tweet_id\",\"content\"]},\"rows\":{\"Tweets\":[[1,\"Vote for Biden\"],[2,\"Let us make America great again!\"]]}}", "metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Tweets(tweet_id int, content varchar(50))\"\n ],\n \"mssql\": [\n \"Create table Tweets(tweet_id int, content varchar(50))\"\n ],\n \"oraclesql\": [\n \"Create table Tweets(tweet_id int, content varchar(50))\"\n ],\n \"database\": true\n}", "judgerAvailable": true, "judgeType": "large", "mysqlSchemas": [ "Create table If Not Exists Tweets(tweet_id int, content varchar(50))", "Truncate table Tweets", "insert into Tweets (tweet_id, content) values ('1', 'Vote for Biden')", "insert into Tweets (tweet_id, content) values ('2', 'Let us make America great again!')" ], "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.

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