[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 456   SHUFFLE   <  SKIP 1204  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15401Hughes, Rachel, R91945Lemon GroveCaliforniaUnited States
19267Raje, Marshall, J4551CaloundraQueenslandAustralia

Generated 2025-07-13 02:47:52.659 UTC