SELECT station_name,station_id_c,city from tabawsstations where province='安徽'UNION
SELECT station_name,station_id_c,city from tabawsstations where province='青海'
UNION
SELECT station_name,station_id_c,city from tabawsstations where province='甘肃'
上述组合查询的结果等价于以下( )查询语句执行结果。