MariaDB [jwong]> SELECT * FROM Users; +---------+------------+------------------+----------------------------------+------------+ | user_id | user_uname | user_email | user_password | user_fname | +---------+------------+------------------+----------------------------------+------------+ | 1 | sdfasdf | asdfasd@dks.com | 41fca3a29aaddd9a004fd0156a45426b | dasf | | 2 | sdafasdf | sdsaf@sldfas.com | 9460370bb0ca1c98a779b1bcc6861c2c | dsafas | | 3 | test | test@test.com | 098f6bcd4621d373cade4e832627b4f6 | test | | 4 | jwong | jwong@jwong.com | strawberry | Jackson | | 5 | jwong2 | jwong2@jwong.com | 80db34d3c6134eaac4a53e9d9c7ca3a6 | jack2 | +---------+------------+------------------+----------------------------------+------------+ 5 rows in set (0.00 sec) MariaDB [jwong]> SELECT * FROM NikeSB; +-------------------+-------+-------------+ | shoe_name | price | prod_rating | +-------------------+-------+-------------+ | Purple Pigeon | 200 | 8 | | What The Dunks | 5000 | 10 | | Red Lobsters | 500 | 7 | | Batman Dunk Highs | 180 | 5 | +-------------------+-------+-------------+ 4 rows in set (0.00 sec)