Postgresql – Why is there error of column name ID in writing syntax of creating tables in pgadmin4?
I am trying to create a table and columns in the table and then insert data in the columns. I'm using pgadmin4. This is my query: INSERT INTO moon (ID, NAME, Age, Salary) VALUES (2, 'saqib', 4, 400) Error message:…