Skip to content

RamyaRamachandra/SQL---Books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL---Books

Introduction

The coronavirus took the entire world by surprise, changing everyone's daily routine. City dwellers no longer spent their free time outside, going to cafes and malls; more people were at home, reading books. That attracted the attention of startups that rushed to develop new apps for book lovers.

You've been given a database of one of the services competing in this market. It contains data on books, publishers, authors, and customer ratings and reviews of books. This information will be used to generate a value proposition for a new product

Task

  • Find the number of books released after January 1, 2000.
  • Find the number of user reviews and the average rating for each book.
  • Identify the publisher that has released the greatest number of books with more than 50 pages (this will help you exclude brochures and similar publications from your analysis).
  • Identify the author with the highest average book rating (look only at books with at least 50 ratings).
  • Find the average number of text reviews among users who rated more than 50 books.

Instructions for completing the task

  • Describe the goals of the study.
  • Study the tables (print the first rows).
  • Make an SQL query for each of the tasks.
  • Output the results of each query in the Notebook.
  • Describe your conclusions for each of the tasks.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published