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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16337White, Jose92020El CajonCaliforniaUnited States
12195Morris, Erin91950National CityCaliforniaUnited States
12525Rodriguez, ChelseaEM15Esher-MoleseyEnglandUnited Kingdom

Generated 2025-07-12 01:18:11.135 UTC