-- Examining the table for null values SELECT COUNT(*)-COUNT(rating) AS rating , COUNT(*)-COUNT(numberofreviews) AS n_of_reviews , COUNT(*)-COUNT(isbn) AS isbn , COUNT(*)-COUNT(publishing_year) AS publishing_year , COUNT(*)-COUNT(genres) AS genres , COUNT(*)-COUNT(rating_count) AS rating_count , COUNT(*)-COUNT(title) AS title FROM PortfolioProject.dbo.Goodreads;
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter