これを1NFに非正規化するにはどうすればよいですか。
--------------------------------------------------
| | | | |
| V V V V
-----------------------------------------------------------
|post_id|post_title|post_text|post_submited_time|user_name|
-----------------------------------------------------------
------------------------------------------------
| | | |
| V V V
---------------------------------------------------------
|comment_id|comment_text|comment_submited_time|user_name|
---------------------------------------------------------
-----------
| |
| V
--------------------
|post_id|comment_id|
--------------------
その結果を正規化すると、テーブルがアップしたという1つの正規形で1つのテーブルが必要です。