[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 875   <  SKIP 902  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11666Baker, Angel90505TorranceCaliforniaUnited States
11524Jackson, Alyssa, L90505TorranceCaliforniaUnited States
11949Brooks, Julia, W90505TorranceCaliforniaUnited States
12019Cox, Gabrielle90505TorranceCaliforniaUnited States

Generated 2025-07-15 21:38:02.587 UTC