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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23322Li, Wesley7001HobartTasmaniaAustralia
19866Patel, Martin, P91910Chula VistaCaliforniaUnited States
12049Russell, Angela90012Los AngelesCaliforniaUnited States
18339Nath, Donna90706BellflowerCaliforniaUnited States

Generated 2025-07-16 11:16:49.547 UTC