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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25510Kumar, Grant, AW1Y 3RALondonEnglandUnited Kingdom
26148Thompson, Michael, M3280WarrnamboolVictoriaAustralia
24499Lewis, Olivia91977Spring ValleyCaliforniaUnited States
27382Chapman, Kaitlin, R94014ColmaCaliforniaUnited States

Generated 2025-07-09 21:03:57.541 UTC