[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 250   <  SKIP 80  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23076Brooks, Adrian, E90210Beverly HillsCaliforniaUnited States
21523Green, Timothy, L66740SaarlouisSaarlandGermany
26135Sun, Erica, P2036MalabarNew South WalesAustralia

Generated 2025-07-09 23:02:19.367 UTC