Sollicitatievraag bij FDM Group

SQL: How do you read from a table?

Antwoord op sollicitatievraag

Anoniem

26 okt 2017

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