[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 4000   SHUFFLE   <  SKIP 6668  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27578Carter, Courtney90712LakewoodCaliforniaUnited States
14483Henderson, Nicole, A97034Lake OswegoOregonUnited States
28868Chen, Jason92625Newport BeachCaliforniaUnited States

Generated 2025-07-22 08:05:09.318 UTC