[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 999   <  SKIP 5120  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23026Rogers, Jessica, M91203GlendaleCaliforniaUnited States
23304Simmons, Jordan, M91203GlendaleCaliforniaUnited States
23463Hill, Sean91203GlendaleCaliforniaUnited States

Generated 2025-07-13 19:23:33.156 UTC