次のテーブルがあります
spam (element_id, spam_table,spam_by,add_date)
ここで (element_id,spam_by) は主キーで、spam_by は外部キーであり、ユーザーの ID に依存します
user(id,fname,lname)
id は主キーです
profile_pic(pic_id,profile_p,userid)
userid は外部キーであり、ユーザーの id に依存します
comments( comment_id, comment_on, commented_by, comment_date, comment)
comments_id は主キー、comment_on は外部キーは要素の ID に依存します commented_by 外部キーはユーザーの ID に依存します
elements(id,name)
id は主キーです
上表より。上記のテーブルから次の詳細を取得したい
commented userid, name,pic,comment,commemt on element,spam userid, name,pic