# Database Access Fundamentals

**URL:** https://community.thunkable.com/t/database-access-fundamentals/65300
**Category:** Questions about Thunkable X
**Created:** [January 19, 2019, 10:20pm UTC](https://community.thunkable.com/t/database-access-fundamentals/65300 "2019-01-19T22:20:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![boogarweed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/boogarweed/32/29198_2.png) [@boogarweed](https://community.thunkable.com/u/boogarweed)
#### Post date: [January 19, 2019, 10:20pm UTC](https://community.thunkable.com/t/database-access-fundamentals/65300/1 "2019-01-19T22:20:32Z")

</div>

I have not been thunking for long (maybe a month or so) and I have built one app for a business that I own. I am looking to build some more sophisticated apps and can see that I will need database access to do so. While looking at the capabilities of Firebase & Airtable within Thunable X, I do not see the ability to do a query with a “where” clause (i.e. select \* from users where user\_type = ‘admin’). For example, I can see the need to populate a list viewer with only selected records from a table. In my current understanding, I don’t see a way to do this. I am probably missing something here. Can someone point me in the right direction to do something like this? I have read the documentation for both Airtable and Firebase and it’s not obvious to me how to do this.

If this is not a capability in Thunkable X, then do I need to build a web API to a database of my own or is there another solution?

Any help you can provide to this newbie would be greatly appreciated. Thanks!

---

<div class="post-metadata">

### Author: ![Dennis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/dennis/32/30148_2.png) [@Dennis](https://community.thunkable.com/u/Dennis)
#### Post date: [January 19, 2019, 11:46pm UTC](https://community.thunkable.com/t/database-access-fundamentals/65300/2 "2019-01-19T23:46:50Z")

</div>

As far as I know receiving information like in a sql query is not possible. Please correct me if it works. As a workaround you could get all the information from your database and then you could search for a specific pattern with thunkable blocks. Hope this helps!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:16pm UTC](https://community.thunkable.com/t/database-access-fundamentals/65300/3 "2024-11-08T12:16:25Z")

</div>


