In a SELECT statement they are synonym:
SELECT DISTICT job FROM EMP;
SELECT UNIQUE job FROM EMP;
But only in a select statement, you dont have distinct indexes.
|
Results 1 to 3 of 3
Thread: sqlplusThreaded View
|
Click Here to Expand Forum to Full Width |