View: dbo.Checkbook_Context_List_View
View definition
create view dbo.Checkbook_Context_List_View
as
select
checkbook_KEY = CB.checkbook_KEY
, description = CB.description
, bank_account_number = CB.bank_account_number
, client_KEY = CB.client_KEY
from
dbo.Checkbook CB