[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   SHUFFLE   <  SKIP 110  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15972Bailey, Caitlin91502BurbankCaliforniaUnited States
15332Sharma, Jason, F98104SeattleWashingtonUnited States
14049Hernandez, Gina4217Gold CoastQueenslandAustralia

Generated 2025-07-09 16:01:51.200 UTC