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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26685Baker, Noah92625Newport BeachCaliforniaUnited States
16859Kumar, Jack, E98371PuyallupWashingtonUnited States
12145Butler, Brandon99362Walla WallaWashingtonUnited States

Generated 2025-07-09 19:35:16.617 UTC