[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 4   SHUFFLE   <  SKIP 2122  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22375Williams, Jasmine, T91945Lemon GroveCaliforniaUnited States
26399Gonzalez, Erick, E66740SaarlouisSaarlandGermany

Generated 2025-07-14 09:16:13.747 UTC