MySQL Questions For Beginners. Version 1.0

Question 1

There are two tables:

How to get count of unique values from table t1?

Show Answer

Question 2

You have the following two tables:

  • book (name, volume, author_id)
  • author (name, age)

How to select all books with multiple volumes and age of author greater than 50?

Show Answer