[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 512   SHUFFLE   <  SKIP 1500  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13415Rogers, Marcus, A90210Beverly HillsCaliforniaUnited States
25423Zhou, Jake, A94014ColmaCaliforniaUnited States
15662Richardson, Megan, MYO15YorkEnglandUnited Kingdom

Generated 2025-07-13 16:56:52.735 UTC