1,使用select 检索数据

使用from子句指定表

select * from scott.emp;

select deptno,... from scott.emp;