hi to all, I created following table
create table book(id integer, author varchar(20))
In this, each book may have 1 or more authors.
My question is that, how can insert more value to author column like as follows.
id author
1 pooja merry james
2 robert stephen
Thanks & regerds,
Pooja