[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 512   SHUFFLE   <  SKIP 2301  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22863Thomas, Hunter97034Lake OswegoOregonUnited States
14559Washington, Ashley90802Long BeachCaliforniaUnited States
21806Xie, Kelvin, K91502BurbankCaliforniaUnited States

Generated 2025-07-13 18:34:52.560 UTC