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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13212Phillips, Logan, A90802Long BeachCaliforniaUnited States
26559Ye, Marshall, R2010DarlinghurstNew South WalesAustralia
23411Prasad, Cesar2113North RydeNew South WalesAustralia

Generated 2025-07-08 03:09:24.689 UTC