[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2000   SHUFFLE   <  SKIP 676  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28131Zhu, Todd, G91502BurbankCaliforniaUnited States
13986Anderson, Chloe, R91977Spring ValleyCaliforniaUnited States
23575Ray, Bobby2061Milsons PointNew South WalesAustralia

Generated 2025-07-12 13:07:46.927 UTC