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, andfunds– the amount of money a given buyer has.
Stuck? Here's a hint!
Type:
SELECT * FROM buyer



