[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 511   SHUFFLE   <  SKIP 567  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18851Cook, Dalton, E90802Long BeachCaliforniaUnited States
26723Kelly, Devin, A91977Spring ValleyCaliforniaUnited States
20265Guo, Clarence4655Hervey BayQueenslandAustralia

Generated 2025-07-17 09:50:52.619 UTC