Tables are used to represent data elements in a database, where each table is uniquely created.
The best join operation to use is the INNER JOIN
The tables and their contents are given as
In the above tables, the common attribute or field is the field u
The best join operation to use in this case is the INNER JOIN
This is so, because it retrieves the matching records in all the tables
Read more about database at:
https://brainly.com/question/518894