Show the customers table, limit the result to 5 rows.
| id | first_name | last_name | password | phone | address_id | |
|---|---|---|---|---|---|---|
| 1 | FirstName1 | LastName1 | email1@example.com | hashedpassword | 555-0001 | 1 |
| 2 | FirstName2 | LastName2 | email2@example.com | hashedpassword | 555-0002 | 2 |
| 3 | FirstName3 | LastName3 | email3@example.com | hashedpassword | 555-0003 | 3 |
| 4 | FirstName4 | LastName4 | email4@example.com | hashedpassword | 555-0004 | 4 |
| 5 | FirstName5 | LastName5 | email5@example.com | hashedpassword | 555-0005 | 5 |