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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18975Bryant, Samuel, K90712LakewoodCaliforniaUnited States
18528Rodriguez, John, M90712LakewoodCaliforniaUnited States
19128Jackson, Madison, C90712LakewoodCaliforniaUnited States

Generated 2025-07-20 21:55:46.774 UTC