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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23212Jones, James, W94536FremontCaliforniaUnited States
18010Jai, Clarence, S45000OrleansLoiretFrance
28641Butler, Brittany97205PortlandOregonUnited States

Generated 2025-07-08 00:35:09.617 UTC