[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 612   SHUFFLE   <  SKIP 902  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12923Wright, Fernando, L94941Mill ValleyCaliforniaUnited States
11817Miller, Morgan, C94014ColmaCaliforniaUnited States
24909Yuan, Grant, C2777SpringwoodNew South WalesAustralia

Generated 2025-07-13 07:55:59.799 UTC