I am reading stored procedures and reviewing them, I see this declartion in one of the procedures. It seems to me that it is trying to create a Temp Table named @uzovi_nummers. What I am trying to figure out is what is this "uzovi_nummer_n_4". Is it a custom datatype?
DECLARE @uzovi_nummers TABLE (
uzovi_nummer uzovi_nummer_n_4,jaar INT
)