[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 3999  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22183Jones, Benjamin, C98312BremertonWashingtonUnited States
28182Turner, Fernando91364Woodland HillsCaliforniaUnited States
24635Rogers, Gabrielle91776San GabrielCaliforniaUnited States

Generated 2025-07-11 06:13:57.627 UTC