请说出以下语句的功能:mysql –uroot -p database test < C:test.sql

请说出以下语句的功能:
mysql –uroot -p database test < C:test.sql
【正确答案】:使用C:\test.sql这个数据库备份文件恢复test数据库。