I'm new to SQL.
In fact, I just started to use SQLite for Android.
I saw some SQLite examples and found some people using "" and [].
I tested those in my code and now I'm guessing they are just the same as ``.
1. Am I right?
2. If so, those are standard? I mean, can I use them in MySQL or Oracle too?
I also tried "" instead of '' for column data and worked fine.
3. Can I use double quotation marks for this use case? And standard?