I have created a new table called ‘student’ in the Magento database. This table includes fields like student_id, name, age, address, and status. The goal is to perform MySQL operations on this table through a module called ‘Jrb_CrudOperation,’ covering INSERT,
How to insert select update and delete data in magento2
