[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 413   SHUFFLE   <  SKIP 617  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20490Roberts, Kaylee, G94941Mill ValleyCaliforniaUnited States
22330Walker, Jose94519ConcordCaliforniaUnited States

Generated 2025-07-16 16:18:56.711 UTC