[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 2000   SHUFFLE   <  SKIP 96  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16788Gao, Ronnie, J94010BurlingameCaliforniaUnited States
25032Rana, Meredith1002SydneyNew South WalesAustralia
28977Nelson, Carlos94303Palo AltoCaliforniaUnited States

Generated 2025-07-10 10:40:40.984 UTC