What is the function of the FROM clause?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the function of the FROM clause?
Rating:
The FROM clause of the SQL SELECT statement is used to specify the table names that will be joined together to extract the data values. For example:
FROM <tables>
WHERE <condition>
Rating:
Was this information helpful?
Other articles
- Things to Practice for CIW 1D0-441
- What is shadowing?
- What is a Repeater control?
- What is Ilasm.exe?
- What is the WHERE clause?
