Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Medical Center database
Non primary-foreign key JOINs
Non-equi JOINs
Non-equi self JOINs
Summary

Instruction

Great! Here comes the second table: buyer.

Exercise

Select all data from the buyer table.

It has the following columns:

  • id – the ID of a given buyer,
  • name – the name of a given buyer, and
  • funds – the amount of money a given buyer has.

Stuck? Here's a hint!

Type:

SELECT *
FROM buyer