[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 813  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20192Campbell, Amber94704BerkeleyCaliforniaUnited States
14062Clark, Madison, A4655Hervey BayQueenslandAustralia
29008Luo, Andres, L91502BurbankCaliforniaUnited States
17136Ye, Glenn, L97005BeavertonOregonUnited States

Generated 2025-07-13 05:11:39.851 UTC