[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 213   SHUFFLE   <  SKIP 219  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22222Hill, Angel, E90505TorranceCaliforniaUnited States
28720Liu, Candice4000BrisbaneQueenslandAustralia
18864Long, Elijah91776San GabrielCaliforniaUnited States

Generated 2025-07-13 05:13:41.306 UTC