[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 48  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28864Murphy, Natalie, P94063Redwood CityCaliforniaUnited States
22406Shen, Kelvin2036MalabarNew South WalesAustralia
23390Flores, Dakota99202SpokaneWashingtonUnited States

Generated 2025-07-09 01:18:27.272 UTC