Instruction
Okay, we've got products — somebody's gotta buy them, though!
Exercise
Select all data from the clients table. As you can see, it consists of the following columns:
id– the ID of a given client.first_name– the first name of a given client.last_name– the last name of a given client.



