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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14093Arthur, Jillian, J90210Beverly HillsCaliforniaUnited States
17364Perry, Ian, A90712LakewoodCaliforniaUnited States
11764Ramos, Jessie, R2300NewcastleNew South WalesAustralia
12417Bryant, Alexis, A91910Chula VistaCaliforniaUnited States

Generated 2025-07-20 21:01:36.715 UTC