i have a question i dont if it is a one to many relation. i ahev 2 tables on my database.
faculty
->id
-lastname
->firstname
->middlename
subject
->id
->id1 ( relation to faculty table)
->sugbjectcode
->subject
this is my question, i want to create a grocery crud table on my faculty and i want to add action button called view
like this example:
first name | last name | middle name| action
dreon dreaon d view | edit | delit
and when i click that view button will bring me to the page with the relation on subject table
dreon, dreaon d.
subject code | subject
math123 math
english123 english
scince123 science
please help me..