SELECT * FROM item, item_type, item_channel WHERE Item_Key = "covid" AND Item_IsDeleted = 0 AND (Item_Type_ID = ItemType_ID AND Item_Channel_ID = IChannel_ID)