I created a table and inserted 3 rows. Then I added a new column using alter. How can I add values to the column without using any null values?
alter
suppose emp is the table and Comm is the new column then fire the below query .
update emp set Comm=5000