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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13668Martinez, Stanley, Z2450Coffs HarbourNew South WalesAustralia
24611Suarez, Pedro, A6105CloverdaleSouth AustraliaAustralia
18995Gray, Melissa, A90706BellflowerCaliforniaUnited States

Generated 2025-07-09 02:01:19.447 UTC