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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29008Luo, Andres, L91502BurbankCaliforniaUnited States
11170Howard, Carol, T98168BurienWashingtonUnited States
11187Cooper, Jennifer, S98168BurienWashingtonUnited States
11205Fernandez, Abby98168BurienWashingtonUnited States

Generated 2025-10-13 01:11:21.689 UTC