How to Query Formula Fields

I noticed that even though you create formula fields on a table they don’t seem to be actual fields in the table that can be queried outside of the nocodb interface. What happens when you create a formula field? How can they be queried?

@hexxdev Welcome to NocoDB community!
Formula fields are virtual fields; associated meta is stored with NocoDB & they are computed on the fly (SQL query) when you list data records. NocoDB List API response includes these fields as well if you wish to fetch these values outside NocoDB UI interface