[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 0   SHUFFLE   <  SKIP 1978  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19732Hill, Kyle90706BellflowerCaliforniaUnited States
24686Murphy, Melissa, N92102San DiegoCaliforniaUnited States
18521Rowe, Meghan, E91910Chula VistaCaliforniaUnited States

Generated 2025-11-01 09:21:27.640 UTC