@Query("SElECT * FROM DoubtsModel where dbtUid = :uid")
    abstract fun getDoubtById(uid: String): LiveData<DoubtsModel>