Hi to all,
I just want to ask if there is any difference if you use ALL CAPITAL LETTERS when supplying values for the fields in the record that you want to insert/add.
Ex:
1.) Table_1 consists of 3 columns - ID, COL1, COL2
2.) I inserted a record with these: INSERT INTO Table_1 VALUES ('AA','EE');
What if i use the same values in inserting a record but the case of the values were in lowercase? By using lowercase/small letters when inserting records, does it reduced the size/space compared to using UPPERCASE letters?
I know that the question seems so dumb, but hey, I am not afraid to ask.
I am just curious and it all part of knowing and learning.
Thanks and god bless.
