select from table_name;

答案解析

查询表table_name的数据,需配合字段,如select * from table_name。