请查询出s_dept表的部门名称:

SQL> SELECT name

FROM s_dept;

SQL> SELECT DISTINCT name

FROM s_dept;