用SQL语言,如何在名为inventory的表中选择所有行?( )
select all from inventory;
from inventory select all;
from inventory select *;
select * from inventory;
用SQL语言,如何在名为inventory的表中选择所有行?( )
select all from inventory;
from inventory select all;
from inventory select *;
select * from inventory;