[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 2421   SHUFFLE   <  SKIP 7  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20623Garcia, Ruth2777SpringwoodNew South WalesAustralia
19625Gonzalez, Ivan, C4171HawthorneQueenslandAustralia
14922Perry, Paige, R98403TacomaWashingtonUnited States
22272Kelly, Isabella94303Palo AltoCaliforniaUnited States

Generated 2025-07-17 07:41:59.645 UTC