[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 405   SHUFFLE   <  SKIP 1600  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25359Young, Alex, D90802Long BeachCaliforniaUnited States
26118Butler, Ashley, A94611OaklandCaliforniaUnited States
24523Coleman, Mariah, G94014ColmaCaliforniaUnited States

Generated 2025-07-14 02:21:37.917 UTC