[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 34   SHUFFLE   <  SKIP 2027  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25317Garcia, Erick63009OffenbachSaarlandGermany
18473Rogers, Nathaniel, J92806La JollaCaliforniaUnited States
24007Huang, Randy2500WollongongNew South WalesAustralia

Generated 2025-07-19 01:42:41.771 UTC