Video Tutorial The wpdb object
Sometimes the functions offered by WordPress will not be enough to recover the data you want and you will have to call on the database. The object wpdb
allows you to perform basic operations (UPDATE, INSERT, DELETE) and also allows you to execute SQL queries for more complex needs.