Q1 Single choice Flag How can you define which companies to retrieve data from in one select statement? A Use a where clause that includes the dataAreaId, and a container to define which companies to search B Use the changeCompany keyword and an array with the company id's. C Create a container that has the company id's, and then use the crossCompany keyword in the select statement D Data cannot be retrieved from multiple companies in one select statement Correct answer