How can i add a new column to a table and insert values in that column
which will be beside the previous column? like suppose i want to add a email address column to emp table and add email address of smith who is already a member of emp table ?
How can i add a new column to a table and insert values in that column
which will be beside the previous column? like suppose i want to add a email address column to emp table and add email address of smith who is already a member of emp table ?