Hello,
i'm new to this forum and have a question about designing a special interrogation.
That's the Problem:
I want to save in a database the answer, if someone read a special book. I want to do this by a Java-Interface. Therefore i need a Field "book". But now, i want other fields "under" books, such as "Economist", "New York Post" (It's just an example, I know that this aren't really books). The Value of that column should just be a "X". So it should be very quick to insert texts by the Interface.
In Excel it's easy. You say B1 is Economist, B2 is New York Post. Than i merge A1 and A2 and insert "Book" there. That's what i'm basicly talking about. But is it possible to design this 1:1 in a database?
Thanks for every comment!