[leetcode][Database][Hard] 2199. Finding the Topic of Each Post

1 · ZhengWei, Liu · Dec. 18, 2022, 8:54 p.m.
Description Table: Keywords +-------------+---------+ | Column Name | Type | +-------------+---------+ | topic_id | int | | word | varchar | +-------------+---------+ (topic_id, word) is the primary key for this table. Each row of this table contains the id of a topic and a word that is used to express this topic. There may be more than one word to express the same topic and one word may be used to express multiple topics....