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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14043Gonzalez, Mary97205PortlandOregonUnited States
24486Zeng, Rafael91910Chula VistaCaliforniaUnited States
23112Butler, James, C94015Daly CityCaliforniaUnited States

Generated 2025-07-13 18:25:32.603 UTC