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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22313Martinez, Jarrod, HWA1WarringtonEnglandUnited Kingdom
20363Brown, Alexander, L94015Daly CityCaliforniaUnited States
17560Richardson, Kaylee, L98403TacomaWashingtonUnited States

Generated 2025-07-09 13:23:49.112 UTC