[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 733  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25923Parker, Mason, W7001HobartTasmaniaAustralia
15525Gonzalez, Marie, E91502BurbankCaliforniaUnited States
20003Gonzalez, Dalton, E90210Beverly HillsCaliforniaUnited States

Generated 2025-07-11 21:33:20.319 UTC