View: dbo.Vendor_Payment_Method_Simple_View
View definition
CREATE VIEW dbo.Vendor_Payment_Method_Simple_View
AS
SELECT
vendor_payment_method_KEY AS vendor_payment_method_simple_KEY,
description
FROM
dbo.Vendor_Payment_Method
WHERE
vendor_payment_method_KEY IN(1, 2)