As someone who started of as an SQL developer and has gradually moved into development using multiple languages it sometimes feels difficult that SQL and PLSQL remain the only languages that remain rigid with the usage of the single quotes. For example SELECT NAME FROM EMPLOYEES WHERE EMPLOYEE_NAME = 'NEW IDEA'. I think keeping in line with new tech Oracle should now be flexible in allowing usage of either both quotes or move to allow double quotes.