[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 512   SKIP 2225   <  SKIP 1002  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13866Butler, Mya92102San DiegoCaliforniaUnited States
13924Hall, Hannah92102San DiegoCaliforniaUnited States
14399Peterson, Jeremy, L92102San DiegoCaliforniaUnited States

Generated 2025-07-18 17:29:06.376 UTC