[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   SHUFFLE   SKIP 6869   <  SKIP 14  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21232Garcia, Levi, G2036MatravilleNew South WalesAustralia
19951Moreno, Roy, J4171HawthorneQueenslandAustralia
17259Wang, Trisha, V2500WollongongNew South WalesAustralia

Generated 2025-07-19 15:33:51.574 UTC