SELECT nama_project, tanggal_project, biaya_project FROM Project RIGHT JOIN ProjectCategory ON Project.nama_project = ProjectCategory.nama_project;