[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 2005  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16061Butler, Miguel, L94519ConcordCaliforniaUnited States
15089Prasad, MartinL4 4HBLiverpoolEnglandUnited Kingdom
27680Foster, Benjamin, D91910Chula VistaCaliforniaUnited States

Generated 2025-07-13 04:22:37.333 UTC