Let me once again clarify, why i want to create a database.
During geocities days, i had a website which contains poems. There were about 200 poems and every poem was written in a separate HTML file. Apart from this there was 1 .
js and 1 .css file to control the HTML files.
After some years of experience with web-designing i realized that although css is very helpful in terms of controlling HTML files, however sometimes i have to edit all the HTML files.
After that i started thinking of PHP and database.
Now i want to redesign my website. I want to generate pages instead of writing each poem in a separate HTML file. So that i have to edit only one php file instead of editing so many HTML files. I have some experience with PHP, so PHP is not a problem.
But i also want to keep all the poems in one single database, and i want all the benefits of sql or something similar.
My poems will contain following fields:
Name of poem
Poem itself in roman script.
Poem itself in Urdu script.
Name of the poet.
Poem Description if available.
More poems will added frequently. Poem fields may also rarely be added. But i am certain i will never add any image or multimedia file to it.
If poems are rows and poem fields are columns, then i am sure, there always will remain only one table. No additional table will ever be added.
So according to my understanding the type of database i am going to create is not "relational".