World Cup Database - Build a World Cup Database

Trying not working . anyway thanks for the help sorry for bothering you

i found this for eg when I googled:

and they give an example:
alter table users rename column registered_at to created_at;

So you can try this but to change the ‘games_id’ to ‘game_id’ ?
ALTER TABLE games RENAME COLUMN games_id to game_id;

Try that and see if it fixes that column.

ok its actually work it was my stupid mistake I was putting the (). thank you
now I just need to fix the
" All of your columns should have the NOT NULL constraint"

let me know if there is anything else you need (google is very helpful if you can’t recall how to do something. As I mentioned, all I do is google these sql statements)