You want to create a service that uses the DEFAULT contract and a contract named SalesContract. How can you accomplish that?

You want to create a service that uses the DEFAULT contract and a contract named SalesContract. How can you accomplish that?


Answer: – CREATE SERVICE SalesService ON QUEUE SalesQueue ([DEFAULT],SalesContract)
(You need to specify both types of contracts.)