1. How can I make a new column in an existing table and then fill it with the same value, at the moment I have to copy and paste every record?
When creating the column give it a default value.
any new record written to the table will give the column its default value
2. How can I convert the...