[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 311  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25867Carter, Carlos, A91364Woodland HillsCaliforniaUnited States
25868Lewis, Jessica, W91364Woodland HillsCaliforniaUnited States
25977Lopez, Jenna, M91364Woodland HillsCaliforniaUnited States
26061Butler, Connor91364Woodland HillsCaliforniaUnited States

Generated 2025-11-04 15:31:44.615 UTC