[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 0   SHUFFLE   <  SKIP 3123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25398Jones, Thomas, K94070San CarlosCaliforniaUnited States
18161Sanz, Tanya, M95000CergyVal d'OiseFrance
24444Griffin, Elijah, P91941GrossmontCaliforniaUnited States
14275Prasad, Arthur5023FindonSouth AustraliaAustralia

Generated 2025-10-31 19:23:04.942 UTC