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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12981Sanz, Joe94010BurlingameCaliforniaUnited States
21491Lewis, Joseph, M98033KirklandWashingtonUnited States
14659Harris, Zachary, E94611OaklandCaliforniaUnited States

Generated 2025-07-09 05:25:34.973 UTC