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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22768Zhang, Aaron, A91502BurbankCaliforniaUnited States
21645Alexander, Spencer99362Walla WallaWashingtonUnited States
21207Li, Vincent, D4655Hervey BayQueenslandAustralia

Generated 2025-07-09 01:02:51.380 UTC