The read_sql() can also read from CSV files.
False
Reason — The read_sql() function in pandas can read data from SQL databases using SQL queries. To read from CSV files, we use the read_csv() function in pandas.
read_sql()
read_csv()