[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 1192  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24550Ma, Randy, RSE1 8HLLondonEnglandUnited Kingdom
13875Williams, Samantha, C92020El CajonCaliforniaUnited States
23386Smith, Jose91945Lemon GroveCaliforniaUnited States
26509Taylor, Seth, R98403TacomaWashingtonUnited States

Generated 2025-07-12 04:08:38.654 UTC