[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 8478  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11291Wright, Jenna91945Lemon GroveCaliforniaUnited States
12028Lewis, Sarah, E91945Lemon GroveCaliforniaUnited States
11959Davis, Elizabeth, K91945Lemon GroveCaliforniaUnited States

Generated 2025-07-11 10:18:42.400 UTC