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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20201Harris, Chloe91945Lemon GroveCaliforniaUnited States
20180Sanders, Amanda91945Lemon GroveCaliforniaUnited States
20308Uittenbogaard, Pieter, L91945Lemon GroveCaliforniaUnited States

Generated 2025-07-14 09:16:15.230 UTC