In SQL, it's possible to request specific fields on a table. Is it possible to do something similar in mnesia? Which is to say, only return the values in certain fields of the record? Yes or no determines a design decision on which data belongs in the record and which data requires an secondary record associated to the first by id. thx