mysql> select * from mymovies;
+------------+-----------+-----------------------------+-------+-------------+
| title      | category  | image                       | price | stock_count |
+------------+-----------+-----------------------------+-------+-------------+
| GLADIATOR  | action    | http://csil.sfu.ca/img1.jpg | 19.99 |          50 |
| A.I.       | horror    | http://csil.sfu.ca/img2.jpg | 15.99 |          50 |
| PERFECT ST | adventure | http://csil.sfu.ca/img3.jpg | 14.99 |          50 |
| ......     | .......   | ..........................  |  .... |    ........ |


+------------+-----------+-----------------------------+-------+-------------+
15 rows in set (0.02 sec)                                                       



(This is only an illustrating example, in real screenshot, you should print out all the rows of the table.)