[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   SHUFFLE   <  SKIP 2110  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15842Gray, Haley99202SpokaneWashingtonUnited States
17398Lopez, Kaylee, E94611OaklandCaliforniaUnited States
14431Moore, Kayla, A90210Beverly HillsCaliforniaUnited States

Generated 2025-11-05 00:12:34.281 UTC