-- Adding an ID column to improve table navigation ALTER TABLE PortfolioProject.dbo.Goodreads ADD id INT IDENTITY(1,1);