+ 1
Is it compulsory to write sql code in all capital letters?
4 odpowiedzi
+ 3
Sql is not case sensitive so it doesnot matter in which case u write it but it is good practise to write the queries command like create,delete,insert in capital letter
+ 1
ok thanx got it
+ 1
NO. You can even use CAPS(or not) in field names or table names. But it's a convention to use CAPS for any SQL keywords and small cases for tables and field names and for similar entities too.
0
It is not