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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25419King, Hunter90706BellflowerCaliforniaUnited States
26432Simmons, Isabel, H4655Hervey BayQueenslandAustralia
21356Evans, Gabriella, K91945Lemon GroveCaliforniaUnited States

Generated 2025-07-09 08:51:05.870 UTC