[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 15   SHUFFLE   <  SKIP 2798  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29161Martinez, Thomas94611OaklandCaliforniaUnited States
27477Wright, Hunter, R94704BerkeleyCaliforniaUnited States
26238Foster, Julia, A91950National CityCaliforniaUnited States

Generated 2025-07-18 10:05:47.363 UTC