Computer Science
Fill in the blanks:
To get data from two or more tables having some common fields, _________ query is created.
SQL Joins & Grouping
1 Like
Answer
join
Answered By
3 Likes
Related Questions
Fill in the blanks:
To compare an aggregate value in a condition, _________ clause is used.
Fill in the blanks:
To create a summary of records based on the common value in a field in different rows of the table _________ clause is used.
Fill in the blanks:
In equi-join, the join condition joins the two table using _________ operator.
The HAVING clause acts like a WHERE clause, but it identifies groups that meet a criterion, rather than rows.