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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15325Hayes, Elijah, P98366Port OrchardWashingtonUnited States
11778Henderson, Haley, A98284Sedro WoolleyWashingtonUnited States
28259Mitchell, Samuel, C90401Santa MonicaCaliforniaUnited States

Generated 2025-07-13 01:41:30.300 UTC