What word is missing from the following SQL statement?

What word is missing from the following SQL statement?

select count(*) _________ tablename;

What word is missing from the following SQL statement?

select count(*) _________ tablename;

Answer: from

Explanation/Reference:
See http://www.sqlite.org/syntaxdiagrams.html#select-core



Leave a Reply 0

Your email address will not be published. Required fields are marked *