mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 157,
|
||||
"likes": 158,
|
||||
"dislikes": 88,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Combine Two Tables\", \"titleSlug\": \"combine-two-tables\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"56.9K\", \"totalSubmission\": \"76.2K\", \"totalAcceptedRaw\": 56945, \"totalSubmissionRaw\": 76187, \"acRate\": \"74.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"57K\", \"totalSubmission\": \"76.3K\", \"totalAcceptedRaw\": 57050, \"totalSubmissionRaw\": 76342, \"acRate\": \"74.7%\"}",
|
||||
"hints": [
|
||||
"If the EmpId in table Employee has no match in table Bonus, we consider that the corresponding bonus is null and null is smaller than 1000.",
|
||||
"Inner join is the default join, we can solve the mismatching problem by using outer join."
|
||||
|
Reference in New Issue
Block a user