D,[2020-03-05T17:18:30.406047#910] DEBUG -- : User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."admin" != TRUE AND "users"."username" = 'support-bot' ORDER BY "users"."id" ASC LIMIT 1
=>"support-bot"
```
For more on different ways to retrieve data from the database using Active
Record, please see the [Active Record Query Interface documentation](https://guides.rubyonrails.org/active_record_querying.html).
### Modifying Active Record objects
In the previous section, we learned about retrieving database records using
Active Record. Now, we'll learn how to write changes to the database.