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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25144Fernandez, Johnathan45001EssenHamburgGermany
11603Gonzalez, GeoffreyC2H 7AULondonEnglandUnited Kingdom
28517Gonzalez, Troy, ALA1 1LNLancasterEnglandUnited Kingdom
23500Garcia, Adriana94519ConcordCaliforniaUnited States

Generated 2025-07-12 22:19:49.632 UTC