[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   SHUFFLE   <  SKIP 4044  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18551Hall, Chloe, E98201EverettWashingtonUnited States
15382Blue, Kimberly, R94704BerkeleyCaliforniaUnited States
18924Williams, Rachel, C94536FremontCaliforniaUnited States

Generated 2025-07-09 08:47:16.736 UTC