CBSE Class 12 Computer Science Question 64 of 91

Grouping Records, Joins in SQL — Question 5

Back to all questions
5
Question

Question 5

What is sql join ? How is it useful ?

Answer

A SQL join is a query that combines rows from two or more tables. Join allows retrieving data from related tables simultaneously in a single query. Joins enable the combination of data from different tables to obtain a comprehensive view of the information.