[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 750   SHUFFLE   <  SKIP 305  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13821Lopez, Allen, OWA1 4SYWoolstonEnglandUnited Kingdom
11522Hughes, Christian, J97045Oregon CityOregonUnited States
12116Gray, Amanda, E97205PortlandOregonUnited States

Generated 2025-07-07 23:43:54.591 UTC