[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 625   SHUFFLE   <  SKIP 1875  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26298Peterson, Jasmine, R98270MarysvilleWashingtonUnited States
16755James, Olivia98052RedmondWashingtonUnited States
29153Arun, Pedro90210Beverly HillsCaliforniaUnited States

Generated 2025-07-20 10:58:03.196 UTC