[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 512   SHUFFLE   <  SKIP 1517  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27565Wood, Kayla, L90241DowneyCaliforniaUnited States
19384Rai, Gilbert, B66578NeunkirchenSaarlandGermany
27483Shan, Thomas, N4655Hervey BayQueenslandAustralia
18657Morgan, Alex, M90712LakewoodCaliforniaUnited States

Generated 2025-07-21 14:58:24.975 UTC