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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11532Miller, Lauren98052RedmondWashingtonUnited States
12591Madan, Meredith, D14129BerlinHessenGermany
18974Rodriguez, James, J92806La JollaCaliforniaUnited States

Generated 2025-07-13 22:56:20.349 UTC