There is a set of universities and a set of cities and offering a set of programs at certain level. and user query is a filter like. "civil engineering program, at MS level, in the city Lahore. and result may list out 8 universities that offer this program at this level in Lahore.
I have also attached my project brief where I have to put it into use.
Can I create and query a relational database?
a particular example:
There is a set of universities and a set of cities and offering a set of programs at certain level. and user query is a filter like. "civil engineering program, at MS level, in the city Lahore. and result may list out 8 universities that offer this program at this level in Lahore.
I have also attached my project brief where I have to put it into use.
Hi Sameen
Thank you for reaching out to us.
If I understand correctly you would be able to create a table which would pull the data from both of these tables via Foreign Key relations.
Please have a look at our documentation for detailed explanation on how this can be done.
Otherwise please explain a bit further what you would like to achieve so we can help you find the best solution.