You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quotes in sql - single quote is for string literals and double quote or backticks(MySQL only) are used when case sensitivity is required. Usually table name and columns name are not case sensitive.