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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26510Scott, Jack, A91945Lemon GroveCaliforniaUnited States
14179Xu, Claudia, J38001BraunschweigNordrhein-WestfalenGermany
24945Harris, Logan, C98052RedmondWashingtonUnited States

Generated 2025-07-17 13:14:14.374 UTC