Adding information to a single specific column in postgresql – after completing the other columns
I am creating an airbnb database datamart. I am using postgresql in the terminal. During the creation I would generate data via chatgpt to create 20 rows for each table. however, when creating the table I was unable to add some columns as foreign keys, as the original tables had not been created yet. After creating the new column in my table, I need to add new information to the attributes. How can I go about doing this?