Postgresql – SQL join and populate new table with a new column and values based on other columns
I am trying some practice SQL problems and I am having trouble with one question. The question wants me to return a table that has [Test ID, Test Name, and Test Difficulty]. The issue is that I have to create…