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.

Related questions

+1 vote
asked Jan 16, 2023 in PowerBI by Robin
0 votes
asked Dec 2, 2021 in BlockChain by rajeshsharma
...