My table entries were not appearing so I was originally going to ask how to fix this problem when I noticed how the console asks to “Run a query”.
I realized this meant I needed to do an action to get the data from the table.
This action was SELECT * FROM
If your data doesn’t appear then you might need to use SELECT * FROM
Also, all code needs to end with a semicolon ; to work.
Hope this helps!