In the query [SELECT column1, column2 FROM table_name WHERE condition; ] which clause among 'SELECT', 'WHERE' and 'FROM' is evaluated in the last by the database server and why?

As we know that SELECT clause is used to show all the rows and columns hence SELECT clause is evaluated in the last by the database server.

Updated on: 2019-07-30T22:30:21+05:30

548 Views

Advertisements