Meesho interview question

explain JOINS in sql briefly ?

Interview Answer

Anonymous

Aug 21, 2024

n SQL, joins are used to combine rows from two or more tables based on a related column between them. Joins are essential for querying data across multiple tables in a relational database