[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 750   SHUFFLE   <  SKIP 303  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27140Holt, RogerCB4 4BZCambridgeEnglandUnited Kingdom
22146Chen, Benjamin, J90505TorranceCaliforniaUnited States
18448Bailey, Jennifer, S90802Long BeachCaliforniaUnited States

Generated 2025-07-10 07:31:46.687 UTC