[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 1919  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12162Mitchell, Luke, A92806La JollaCaliforniaUnited States
17983Saunders, Carol22001HamburgHessenGermany
11089Price, Abigail, M90802Long BeachCaliforniaUnited States

Generated 2025-07-12 00:44:21.337 UTC