[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 750   SHUFFLE   <  SKIP 507  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28587Harris, Xavier, L94941Mill ValleyCaliforniaUnited States
19808Kelly, Brooke91941GrossmontCaliforniaUnited States
25156Peterson, Catherine91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-09 20:33:42.780 UTC