[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 2421   SHUFFLE   <  SKIP 2341  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22563Weber, Darren, A66001SaarbrückenSaarlandGermany
23876Henderson, David, M91776San GabrielCaliforniaUnited States
20672Ross, Fernando94519ConcordCaliforniaUnited States

Generated 2025-07-14 17:30:13.587 UTC