How to get the data and display from more than one table in android? I have two tables namely students_name and another student_address. I have to get the table id and match it with second table. the data from tables to be displayed. How to achieve it using query?
Share
You may use the rawQuery() method. Of course, you need to change the example SQL below.