Component - Room queries (Insert, Update, Delete, Select)
This UI component demonstrates how to use Room database queries in an Android app using Kotlin. It shows inserting, updating, deleting, and selecting data from a local database, with buttons to trigger each action and a list to display the stored items.