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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14394Rodriguez, Jacob98225BellinghamWashingtonUnited States
24412Patterson, Angelica92118CoronadoCaliforniaUnited States
25947Wilson, Sam3220GeelongVictoriaAustralia

Generated 2025-07-11 16:34:53.277 UTC