False. With standard files, you must read the data into your Python scripts yourself—and you
must search for the data. With relational databases, the database server can do all that work for
you.
The fetchall() method retrieves the data records that result from a SELECT query that you
send to the PostgreSQL server.
singke
(singke)
#1