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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26128Phillips, Samuel94611OaklandCaliforniaUnited States
23249Nara, Tasha98312BremertonWashingtonUnited States
19778Jones, Isabella91950National CityCaliforniaUnited States

Generated 2025-07-14 16:05:42.268 UTC