CBSE Class 12 Computer Science
Question 64 of 91
Grouping Records, Joins in SQL — Question 5
Back to all questionsA 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.