0 votes
in Sql by
Which data manipulation command is used to combines the records from one or more tables?

Select the correct answer from below options:

a) SELECT

b) PROJECT

c) JOIN

d) PRODUCT

1 Answer

0 votes
by

c) JOIN

JOIN command is used with the SELECT statement to retrieve data from multiple tables. It must be needed whenever we want to fetch records from two or more tables.

...