[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 512   SHUFFLE   <  SKIP 1498  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17520Baker, Marcus94010BurlingameCaliforniaUnited States
11536Chow, Logan, J94536FremontCaliforniaUnited States
24444Griffin, Elijah, P91941GrossmontCaliforniaUnited States

Generated 2025-07-20 19:22:12.899 UTC