[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 500   <  SKIP 3443  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11499Vance, Pedro, A94519ConcordCaliforniaUnited States
11945Huang, Dennis94519ConcordCaliforniaUnited States
11539Washington, Justin94519ConcordCaliforniaUnited States

Generated 2025-07-19 16:34:46.660 UTC