how can create a table with a query in my flutter ...
# off-topic
a
how can create a table with a query in my flutter app?
s
Creating a table from inside of Flutter
This is not how relational databases work generally, you create your table schema prior to using it inside of your application, what you are describing is how document based databases (which generally don't have schemas) work.