[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 250   SHUFFLE   <  SKIP 1003  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20763Carter, Lucas, S97034Lake OswegoOregonUnited States
20241Mehta, Cesar, J2061Milsons PointNew South WalesAustralia
19358Bryant, Jonathan, J78100Saint Germain en LayeYvelineFrance

Generated 2025-07-08 16:37:42.968 UTC