On 8 Oct 2015, at 4:59pm, K. P. <platysternon at hotmail.com> wrote:

> Given the following tables, is it possible to extract rows of class data 
> along with all participating student names concatenated in one column in a 
> single SQL query?

See the 'group_concat()' function:

<https://www.sqlite.org/lang_aggfunc.html>

Simon.

Reply via email to