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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15554Bailey, Zoe, L94519ConcordCaliforniaUnited States
15858Parker, Jonathan, D94519ConcordCaliforniaUnited States
16061Butler, Miguel, L94519ConcordCaliforniaUnited States

Generated 2025-07-11 16:03:16.228 UTC