[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 3027   SHUFFLE   <  SKIP 3406  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21193Hernandez, Philip2113North RydeNew South WalesAustralia
14659Harris, Zachary, E94611OaklandCaliforniaUnited States
20095Flores, Ana90012Los AngelesCaliforniaUnited States
23704Moore, Christopher, J90712LakewoodCaliforniaUnited States

Generated 2025-07-12 22:22:46.641 UTC