WordpressCreating Custom Database Tables in WordPressI 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 …