I want to make a movie database and store the details of the movie like its release date, director, genre and other things. A movie can have multiple genres and even multiple directors sometimes. and the number of genres of movies aren't always the same for example a movie can be in a single genre while another one being in 2 genres, another one being in 5 and so on, so I can't specify the number of values in each movie's row and I need to have a limitless database where I can store as many genres as I want.
Is it possible? and if it is how can I make a limitless database to store multiple values in a field?