[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 948  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20335Gonzales, Adam, M94014ColmaCaliforniaUnited States
28380Goel, Lindsay, A94310OrlyVal de MarneFrance
11536Chow, Logan, J94536FremontCaliforniaUnited States

Generated 2025-07-11 22:38:38.144 UTC