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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28780Griffin, Melissa, L98104SeattleWashingtonUnited States
14089Gray, Kaitlyn, L92020El CajonCaliforniaUnited States
22341Washington, Tristan, A97034Lake OswegoOregonUnited States

Generated 2025-10-28 10:56:41.307 UTC