I saw a similar question on Stack Overflow pertaining to Android, but I was wondering whether I should use backticks (`) or double quotes (“) – using Python – to select table names or rowid or what have you. I tried single quotes – like this select ‘rowid’, * from ‘tbl’ order by ‘rowid’. The single quotes worked in some