How do I make a column in a database table based on the values of other columns? For example: I want to make a column named "full_name" and I want the row values for it to be from "first_name" and "last_name". For the first row: first_name= Bob and last_name=Jones. How do I make it so that full_name gets Bob Jones as its value? (I prefer it done in one command if possible).How do I make a column in a database table base