Wordpress Creating Custom Database Tables in WordPress I was working on a project where I need to create a database table for my WordPress plugin. Generally we use mysql_query($sqlquery) for executing query in our PHP project. But …