Computer Science, asked by kanhaiyanautiyal153, 3 months ago

The process of joining data from two or more tables of the same or different databases is called_______________​

Answers

Answered by Unknown1225
0

Answer:

The process of joining data from two or more tables of the same or different databases is called SQL Join

Answered by Banjeet1141
0

Answer:

The process of joining data from two or more tables of the same or different databases is called SQL JOIN

Explanation:

An SQL JOIN clause is used to combine or join rows from two or more tables based on a common field between them.

Various types of JOINS are :

  • INNER JOIN: This is a type of Returns all rows when there is at least one match in BOTH tables
  • LEFT JOIN: This is a type of Return all rows from the left table, and the matched rows from the right table
  • RIGHT JOIN: This is a type of join which Return in all rows from the right table and the matched rows from the left table
  • FULL JOIN: This is a type of join which Return in all rows when there is a match in ONE of the tables.

#SPJ3

Read here more-

What is computer

https://brainly.in/question/9923963

What Is SQL language ??​

https://brainly.in/question/14506598

Similar questions