A........... can be used for selection of information in one or several tables
Answers
Answered by
2
Answer:
Explanation:
Get Data from Multiple Tables
Natural join (also known as an equijoin or a simple join) - Creates a join by using a commonly named and defined column.
Non-equality join - Joins tables when there are no equivalent rows in the tables to be joined-for example, to match values in one column of a table with a range of values in another table.
Similar questions