Question d’entretien chez FDM Group

SQL: How do you read from a table?

Réponse à la question d'entretien

Utilisateur anonyme

26 oct. 2017

Depends what you want to read. Read or table: Select * from tablename Read specific data: use "where" clause