[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 2993   SHUFFLE   <  SKIP 15  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12333Rodriguez, Terrance, V59491Villeneuve-d'AscqNordFrance
23445Carlson, Andy59223RoncqNordFrance
29000Baker, Nathan, A98366Port OrchardWashingtonUnited States

Generated 2025-07-11 17:24:20.616 UTC