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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12171Cooper, Alyssa, E91945Lemon GroveCaliforniaUnited States
12362Harrison, Thomas91945Lemon GroveCaliforniaUnited States
12790Kumar, Brandon, A91945Lemon GroveCaliforniaUnited States

Generated 2025-07-11 12:45:38.840 UTC