1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20:
selecionar M.*, S.name de ( selecionar message.*, notification.* da mensagem juntar-se à notificação em message.notification_id = notification.row_id onde message.title = “olá!” união selecionar arc_message.*, arc_notification.* do arc_message juntar-se ao arc_notification em arc_message.notification_id = arc_notification.row_id onde arc_message.title = “olá!” ) como M juntar-se ( selecionar student.row_id, student.name do estudante união selecionar arc_student.row_id, arc_student.name de arc_student ) como S EM M.student_id = S.row_id