在MySQL中, 您管理的数据库中有一个表customers。您创建了一个名为customers的临时表,并在会话期间使用该表。您需要以不同的规格重新创建临时表。您需要先运行哪条命令?( )
create temporary table customers;
drop temp table customers;
drop table customers;
drop temporary table customers;
在MySQL中, 您管理的数据库中有一个表customers。您创建了一个名为customers的临时表,并在会话期间使用该表。您需要以不同的规格重新创建临时表。您需要先运行哪条命令?( )
create temporary table customers;
drop temp table customers;
drop table customers;
drop temporary table customers;