Site icon Hip-Hop Website Design and Development

How to CRUD from wordpress database in wordpress theme?

I am in project where I am required to read certain data from a table (which table is created by my plugin, related to this project, I mean custom table, not the default tables of wp).

I use $wpdb object for database CRUD, to develop plugin, would that work for theme equivalently?

Please any help, Thanks in Advanced