Hi Anthony, in general sql queries are for sql type of databases. But dynamodb is not a sql database. You can ultimately do the same sort of things in dynamodb, like "get me all the records/rows of patients who are cats." But the syntax is different. You could probably use a chatbot how to translate your sql query into a way to query dynamodb.