[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 555   SHUFFLE   <  SKIP 976  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28187Chen, Aaron90012Los AngelesCaliforniaUnited States
29417Vazquez, Kellie, B80074MünchenHamburgGermany
17704Moreno, Nelson, R45001EssenHamburgGermany
28776Morris, Abigail, C91791West CovinaCaliforniaUnited States

Generated 2025-07-20 18:28:01.897 UTC