View: dbo.Taxing_Authority_Type_View
View definition
create view dbo.Taxing_Authority_Type_View
as
select
taxing_authority_type_KEY = TAT.taxing_authority_type_KEY
, description = TAT.description
from
dbo.Taxing_Authority_Type TAT