Please, understand my question first.
So, I have been thinking is there any difference if I use double quote (") for string in SQL coding and not single quote (')?
Watch this video (from 2:30) from Khan Academy to better understand my question. https://www.khanacademy.org/computing/computer-programming/sql/sql-basics/pt/creating-a-table-and-inserting-data
I am not using double quote anywhere else it is just for string and for inserting data into table.
So, what is the problem with it ?
I expect logical answer from the expert SQL Coder. Thanks in advance.