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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12960Lewis, Ashley, L90505TorranceCaliforniaUnited States
19688Baker, Timothy94303Palo AltoCaliforniaUnited States
20503Jai, Tony, E91502BurbankCaliforniaUnited States
23303Lal, Connor, C97205PortlandOregonUnited States

Generated 2025-07-10 20:39:33.871 UTC