Answer:
75 percent
Explanation:
a
social entrepreneurship
SELECT distinct VendorName FROM Vendors
WHERE VendorID IN (
SELECT VendorID FROM Invoices
)