[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 2500   SHUFFLE   <  SKIP 127  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25103Brooks, Shelby94519ConcordCaliforniaUnited States
28520Liang, Susan77127LieusaintSeine et MarneFrance
11144Hernandez, Edward98107BallardWashingtonUnited States
17837Garcia, Mayra, C34117KasselHessenGermany

Generated 2025-07-13 21:53:09.980 UTC