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



