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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26874Zhang, Jorge91480FrankfurtBayernGermany
14660Howard, Gabrielle97205PortlandOregonUnited States
20411James, Cole, S92020El CajonCaliforniaUnited States
27272Chen, Elijah97222MilwaukieOregonUnited States

Generated 2025-07-13 06:31:23.903 UTC