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
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