I have a table with column name as "name" and I want to change it to "Student_Name" for this i used the query
ALTER TABLE "Science_Class" RENAME column name TO Student_Name;
But I am getting the error message as the name column doesn't exit.
I have a table with column name as "name" and I want to change it to "Student_Name" for this i used the query
ALTER TABLE "Science_Class" RENAME column name TO Student_Name;
But I am getting the error message as the name column doesn't exit.