I have a table "Customers" and in this table I can 3 columns (ID, firstName, LastName).
I would like to rename the ID column to be ID_1
It is possible to add the _1 as a prefix?
I been trying to search for this but all the responses and solution that I getting are not accurate.