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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11658Mitchell, Robert94611OaklandCaliforniaUnited States
15545Rivera, Jennifer, S91910Chula VistaCaliforniaUnited States
17177Hayes, Richard91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-14 16:53:47.812 UTC