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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25843Perez, Hunter, E98371PuyallupWashingtonUnited States
16814Collins, Isabella, D91950National CityCaliforniaUnited States
13308King, Kaitlyn99362Walla WallaWashingtonUnited States

Generated 2025-07-12 14:20:45.756 UTC