Computer Science, asked by febiyafathima8008, 6 days ago

guys, I need the answer fast.
SQL uses FROM clause to name the source table in a select query.
is it true or false?

Answers

Answered by brainly1900
2

Answer:

true i think

Explanation:What does the FROM clause in an SQL query do?

The FROM clause either names a single table or view or produces an intermediate result table that is the result of a subselect or an inner or outer join operation. The FROM clause is required in a SELECT statement to identify the tables and/or views that are being queried.

Answered by cutiepie147
1

Answer:

Yes it's true.

Because in the syntax of select command,

select * 'from' where condition.

So it's correct.

plz mark as brainliest and like

Similar questions