Challenge: Limit Records

Test what we’ve learned in this chapter with a challange.

We'll cover the following...

Problem statement

We have a table that contains seven products. The products table structure is given below:

  • id int(11)
...