Question d’entretien chez FairWarning

What does from in a SQL statement signify?

Réponse à la question d'entretien

Utilisateur anonyme

31 juil. 2018

A clause in a SQL query that tells what table to retrieve the requested information. Example: SELECT column_name(s) FROM table_name WHERE column_name operator value;