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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16949Flores, Luis91945Lemon GroveCaliforniaUnited States
17024Diaz, Jacqueline, C91945Lemon GroveCaliforniaUnited States
17172Adams, Jesse, M91945Lemon GroveCaliforniaUnited States

Generated 2025-07-11 11:52:57.171 UTC