[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 2147   SHUFFLE   <  SKIP 351  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25212Ruiz, Alberto, L3000MelbourneVictoriaAustralia
23287Kelly, Juan, N91941GrossmontCaliforniaUnited States
23091Peterson, Richard92806La JollaCaliforniaUnited States

Generated 2025-07-21 16:34:53.480 UTC