Answers

Question and Answer:

  Home  MariaDB

⟩ Tell me why do we use FROM clause with SELECT statement?

FROM clause is used with SELECT statement to retrieve data from the table. It is also used to join tables.

Syntax:

SELECT columns_names FROM table_name;

 140 views

More Questions for you: