is there any clean way to use joining two tables in SqlDelight in android?
for ex :
the employee table would have coloumns as empId,name
the course table would have columns as empId,courseId,courseName
SQL delight how to get SUM and last inserted data from a table in real time?
I need to access the sum of all data and the last inserted data in real-time with SQL Delight, how to achieve real-time updated data without adding new table?