[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 9943  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20024Miller, Fernando91945Lemon GroveCaliforniaUnited States
20115Jones, Megan91945Lemon GroveCaliforniaUnited States
20180Sanders, Amanda91945Lemon GroveCaliforniaUnited States

Generated 2025-07-15 01:27:09.396 UTC