Answer:
The correct answer for the given question is option(d) i.e " joins ".
Step-by-step explanation:
Joins are used in the database to combining the two or more than two tables.The data base management system (DBMS) performing the joining queries to combine the student, professor, classroom, class, class-hour tables.The join connected the two or more table by matching the columns between the tables .
Their are many types of joining in the database.
1. Inner join.
2. Outer join .
3. Left join.
4. Natural join.