Table where product name is saved?

Hi,
Kindly let me know the database table name where the product name is saved. thanks
Hey,
You can run this basic sql query in the phpmyadmin if you have access, if now then run it in php file and echo the result.

sql query:

SELECT * FROM sys.tables WHERE title LIKE 'title of your any product'

if will show you all the details.
 
Top