[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 100  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19691Cox, Gabriella98284Sedro WoolleyWashingtonUnited States
28395Dominguez, Shannon, L94310OrlyVal de MarneFrance
21827Gutierrez, Mallory66578NeunkirchenSaarlandGermany

Generated 2025-07-09 09:03:51.707 UTC