Display content from id

good evening how i can display a value which is in another sql table, from its id which is displayed in ion-list
example
ion-list
<ion-item *ngFor=“let session of sessions”>
{{ session.name}} {{ session.type}}

ion-list

noted that {{ session.type}} is an id(1,2,…), and the name displayed is in another table