Which database operation is used to combine rows from two or more tables?
Q1. Which database operation is used to combine rows from two or more tables?
Answer: Join
Explanation: A join operation combines rows from multiple tables based on a common attribute.