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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16362Smith, Joshua, C94611OaklandCaliforniaUnited States
25486Rodriguez, Edgar, B66001SaarbrückenSaarlandGermany
14379Foster, Richard, C94536FremontCaliforniaUnited States

Generated 2025-07-11 13:08:34.504 UTC